From c8e97cb5f8be7a695c5aeced7569bfeb1af4ea55 Mon Sep 17 00:00:00 2001 From: Aryan Motgi Date: Tue, 26 May 2026 00:18:03 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20grammar:=20'to=20login'=20?= =?UTF-8?q?->=20'to=20log=20in'=20in=20oauth2-jwt.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/security/oauth2-jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/security/oauth2-jwt.md b/docs/en/docs/tutorial/security/oauth2-jwt.md index 6c1ab27b27..37c9171bfb 100644 --- a/docs/en/docs/tutorial/security/oauth2-jwt.md +++ b/docs/en/docs/tutorial/security/oauth2-jwt.md @@ -90,7 +90,7 @@ With `pwdlib`, you could even configure it to be able to read passwords created So, you would be able to, for example, share the same data from a Django application in a database with a FastAPI application. Or gradually migrate a Django application using the same database. -And your users would be able to login from your Django app or from your **FastAPI** app, at the same time. +And your users would be able to log in from your Django app or from your **FastAPI** app, at the same time. ///