From f21a5ec4238f174599e6856a16e7924c4e082b49 Mon Sep 17 00:00:00 2001
From: Steve Reis <stevereis93@gmail.com>
Date: Tue, 16 Aug 2022 17:20:57 +0000
Subject: [PATCH] GitBook: [#27] No subject

---
 docs/SUMMARY.md                                                 | 2 +-
 ...he-frontend.md => Update-queries-GrahpQL-in-the-frontend.md} | 0
 docs/for-developers/gateway/static-files.md                     | 2 +-
 docs/for-developers/recipes/add-a-visualization.md              | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename docs/for-developers/frontend/{graphql/update-queries-grahpql-in-the-frontend.md => Update-queries-GrahpQL-in-the-frontend.md} (100%)

diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index d2fa1b8..eed5cf9 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -23,7 +23,7 @@
 * [Frontend](for-developers/frontend/README.md)
   * [GraphQL](for-developers/frontend/graphql/README.md)
     * [Unions and interfaces](for-developers/frontend/graphql/unions-and-interfaces.md)
-    * [Update GraphQL Queries](for-developers/frontend/graphql/update-queries-grahpql-in-the-frontend.md)
+    * [Update GraphQL Queries](for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md)
   * [📖 Storybook](for-developers/frontend/visualisations.md)
 * [👩🍳 Recipes](for-developers/recipes/README.md)
   * [🚧 Add a visualization](for-developers/recipes/add-a-visualization.md)
diff --git a/docs/for-developers/frontend/graphql/update-queries-grahpql-in-the-frontend.md b/docs/for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md
similarity index 100%
rename from docs/for-developers/frontend/graphql/update-queries-grahpql-in-the-frontend.md
rename to docs/for-developers/frontend/Update-queries-GrahpQL-in-the-frontend.md
diff --git a/docs/for-developers/gateway/static-files.md b/docs/for-developers/gateway/static-files.md
index 22e6e29..fea1d8a 100644
--- a/docs/for-developers/gateway/static-files.md
+++ b/docs/for-developers/gateway/static-files.md
@@ -11,7 +11,7 @@ As different connector implies different context, there is some cases where the
 3. Terms of Service&#x20;
 4. Login page&#x20;
 
-A module so a module `files` has been create. It allows to have dynamic resources based on the connector currently used.&#x20;
+A module `files` has been create to allows dynamic resources based on the connector currently used.&#x20;
 
 All static assets are stored under `assets/engines/*`, in this path you have one folder for each connector. By default, all resources are retrieve in the `default` folder. If you want to override a specific file for your connector you just need to create a file with the same name under your connector's folder `assets/engines/yourconnector`.
 
diff --git a/docs/for-developers/recipes/add-a-visualization.md b/docs/for-developers/recipes/add-a-visualization.md
index ae42ffe..8a4ddcd 100644
--- a/docs/for-developers/recipes/add-a-visualization.md
+++ b/docs/for-developers/recipes/add-a-visualization.md
@@ -1,3 +1,3 @@
 # 🚧 Add a visualization
 
-ResultUnion, gateway and frontend
+//TODO ResultUnion, gateway and frontend
-- 
GitLab