From 22f4e18cdd04e5d98eb8f20df6e5d581a747807e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 20 Feb 2019 22:02:19 +0400 Subject: [PATCH] :pencil2: Fix GraphQL typo --- docs/tutorial/{graphq.md => graphql.md} | 0 mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/tutorial/{graphq.md => graphql.md} (100%) 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 b6cae2fbe..0859af3a7 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'