Skip to content

Commit 529a1a1

Browse files
authored
fix typo (#7)
2 parents f25ce2c + eb19456 commit 529a1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DATABASES = {
2424
}
2525
```
2626

27-
**Note**: Since Django uses the `UTF-8` charset and it points to `utf8mb3` in MySQL and this charset is deprecated in MySQL 8, you may need to add `{"charset": "utf8mb4"}` and migrate your chanegs with no problem.
27+
**Note**: Since Django uses the `UTF-8` charset and it points to `utf8mb3` in MySQL and this charset is deprecated in MySQL 8, you may need to add `{"charset": "utf8mb4"}` and migrate your changes with no problem.
2828

2929
```diff
3030
- 'OPTIONS': {'ssl': {'ca': ...}}

0 commit comments

Comments
 (0)