From: Sebastián Ramírez Date: Wed, 20 Feb 2019 18:02:19 +0000 (+0400) Subject: :pencil2: Fix GraphQL typo X-Git-Tag: 0.6.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22f4e18cdd04e5d98eb8f20df6e5d581a747807e;p=thirdparty%2Ffastapi%2Ffastapi.git :pencil2: Fix GraphQL typo --- diff --git a/docs/tutorial/graphq.md b/docs/tutorial/graphql.md similarity index 100% rename from docs/tutorial/graphq.md rename to docs/tutorial/graphql.md diff --git a/mkdocs.yml b/mkdocs.yml index b6cae2fbea..0859af3a7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,7 +61,7 @@ nav: - Bigger Applications - Multiple Files: 'tutorial/bigger-applications.md' - Sub Applications - Behind a Proxy: 'tutorial/sub-applications-proxy.md' - Application Configuration: 'tutorial/application-configuration.md' - - GraphQL: 'tutorial/graphq.md' + - GraphQL: 'tutorial/graphql.md' - Concurrency and async / await: 'async.md' - Deployment: 'deployment.md' - Project Generation - Template: 'project-generation.md'