From: Jorge Alvarado <65737950+jalvaradosegura@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:36:43 +0000 (-0300) Subject: ✏️ Add a missing comma in the security tutorial (#3564) X-Git-Tag: 0.69.0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e43f43444829ad8e469f2178e473f4b95085c891;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Add a missing comma in the security tutorial (#3564) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/security/get-current-user.md b/docs/en/docs/tutorial/security/get-current-user.md index f50b69acf0..a41db2b67d 100644 --- a/docs/en/docs/tutorial/security/get-current-user.md +++ b/docs/en/docs/tutorial/security/get-current-user.md @@ -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.