Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBern committed Feb 23, 2020
1 parent 3bcea54 commit 8a00efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ GRAPHQL_JWT = {
}
```

And remenber to migrate:
And remember to migrate:

```bash
python manage.py migrate
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GRAPHQL_JWT = {
}
```

If you choose to use the refresh tokens, remenber to migrate:
If you choose to use the refresh tokens, remember to migrate:

```bash
python manage.py migrate
Expand Down

0 comments on commit 8a00efd

Please sign in to comment.