]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#5584)
authorVivek Ashokkumar <vivekashok1221@gmail.com>
Thu, 3 Nov 2022 21:00:28 +0000 (02:30 +0530)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 21:00:28 +0000 (21:00 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/security/oauth2-jwt.md

index 09557f1ac5fac7375af4a7c869d71f1720924971..41f00fd41e6be51d2881356a0a25f50293ddb52a 100644 (file)
@@ -257,7 +257,7 @@ Call the endpoint `/users/me/`, you will get the response as:
 
 <img src="/img/tutorial/security/image09.png">
 
-If you open the developer tools, you could see how the data sent and only includes the token, the password is only sent in the first request to authenticate the user and get that access token, but not afterwards:
+If you open the developer tools, you could see how the data sent only includes the token, the password is only sent in the first request to authenticate the user and get that access token, but not afterwards:
 
 <img src="/img/tutorial/security/image10.png">