Skip to content

Commit 9ba5dfd

Browse files
authored
fix(comment): fix misspelled Python secrets lib in JWT secret key generation note (#37)
1 parent 85df2bf commit 9ba5dfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docflow$ python
4242
>> import secrets
4343
>> secrets.token_urlsafe(32)
4444
'some-random-secret-of-length-32'
45-
>> secret.token_hex(32)
45+
>> secrets.token_hex(32)
4646
'some-random-secret-of-length-32'
4747
```
4848
#### Email Service
@@ -77,4 +77,4 @@ If you face any issues, contact me I will help you set up or start an EC2 instan
7777

7878
To test it, use Postman following the steps in
7979
[postman.md](features/postman.md).
80-
***
80+
***

0 commit comments

Comments
 (0)