]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Add a missing comma in the security tutorial (#3564)
authorJorge Alvarado <65737950+jalvaradosegura@users.noreply.github.com>
Thu, 7 Oct 2021 14:36:43 +0000 (11:36 -0300)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 14:36:43 +0000 (14:36 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/security/get-current-user.md

index f50b69acf02281b6bd0975a8ea9ada8c44be493c..a41db2b67d137d41658fe0f4dcb4af21ad3382e0 100644 (file)
@@ -84,7 +84,7 @@ Just use any kind of model, any kind of class, any kind of database that you nee
 
 ## Code size
 
-This example might seem verbose. Have in mind that we are mixing security, data models utility functions and *path operations* in the same file.
+This example might seem verbose. Have in mind that we are mixing security, data models, utility functions and *path operations* in the same file.
 
 But here's the key point.