Skip to content

Commit f79c982

Browse files
JWDTvimalloc
authored andcommitted
insure -> ensure (#241)
Really minor issue, I know.
1 parent 569d3b8 commit f79c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We can see this in action using CURL:
4040
"logged_in_as": "test"
4141
}
4242
43-
NOTE: Remember to change the secret key of your application, and insure that no
43+
NOTE: Remember to change the secret key of your application, and ensure that no
4444
one is able to view it. The JSON Web Tokens are signed with the secret key, so
4545
if someone gets that, they can create arbitrary tokens, and in essence log in
4646
as any user.

0 commit comments

Comments
 (0)