From: Daniel Michaels <32674032+danielmichaels@users.noreply.github.com> Date: Tue, 16 Apr 2019 18:20:03 +0000 (+1000) Subject: :pencil2: fixed small typo /tutorial/extra-models.md (#159) X-Git-Tag: 0.16.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ab349a2a807d0fdc8cb673d91b20f5e5ff551fb;p=thirdparty%2Ffastapi%2Ffastapi.git :pencil2: fixed small typo /tutorial/extra-models.md (#159) --- diff --git a/docs/tutorial/extra-models.md b/docs/tutorial/extra-models.md index 34e6ff0d81..81dec0c5ee 100644 --- a/docs/tutorial/extra-models.md +++ b/docs/tutorial/extra-models.md @@ -3,7 +3,7 @@ Continuing with the previous example, it will be common to have more than one re This is especially the case for user models, because: * The **input model** needs to be able to have a password. -* The **output model** should do not have a password. +* The **output model** should not have a password. * The **database model** would probably need to have a hashed password. !!! danger