From e78c00747b6714cea66b0f800421d4b6b8d96f0f Mon Sep 17 00:00:00 2001 From: Rico Date: Thu, 7 Sep 2023 16:38:54 +0200 Subject: [PATCH] fix typos in Gsheet documentation (#2) --- library/modules/gsheets/guides/filtering/README.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/modules/gsheets/guides/filtering/README.mdx b/library/modules/gsheets/guides/filtering/README.mdx index 2b8a9dd..c60a7e2 100644 --- a/library/modules/gsheets/guides/filtering/README.mdx +++ b/library/modules/gsheets/guides/filtering/README.mdx @@ -10,7 +10,7 @@ This guide will look at how we can apply filters to our Google Sheets data and u ## Overview -If you haven't already followed the previous guides for the Google Sheets Module, it's recommended to do that before starting this guide. You can find them [part 1 here](library/modules/gsheets/guides/setting-up/ and [part 2 here](/library/modules/gsheets/guides/park-details). +If you haven't already followed the previous guides for the Google Sheets Module, it's recommended to do that before starting this guide. You can find them [part 1 here](library/modules/gsheets/guides/setting-up/) and [part 2 here](/library/modules/gsheets/guides/park-details).
@@ -21,7 +21,7 @@ If you haven't already followed the previous guides for the Google Sheets Module We will go though the following steps: - Creating a visual filter component. -- Using the Query Sheet Aggregate node to pull out specific data from different columns in the Google Sheet and then ause that data to populate a Dropdown node and Slider that will be used for filtering. +- Using the Query Sheet Aggregate node to pull out specific data from different columns in the Google Sheet and then use that data to populate a Dropdown node and Slider that will be used for filtering. - Creating filters on the Query Sheet node. ## Creating the visual Filters component and adding it to the App component