]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Tweak wording to clarify `docs/en/docs/project-generation.md` (#5930)
authorChandra Deb <37209383+chandra-deb@users.noreply.github.com>
Thu, 9 Feb 2023 19:35:01 +0000 (01:35 +0600)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 19:35:01 +0000 (20:35 +0100)
docs/en/docs/project-generation.md

index 2f3d6c1d39a096512b4ab61ccd0c92e1f9719b12..8ba34fa11200d2bb6b494829d309912c537a8fc8 100644 (file)
@@ -1,6 +1,6 @@
 # Project Generation - Template
 
-You can use a project generator to get started, as it includes a lot of the initial set up, security, database and first API endpoints already done for you.
+You can use a project generator to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you.
 
 A project generator will always have a very opinionated setup that you should update and adapt for your own needs, but it might be a good starting point for your project.