fix typos in Gsheet documentation (#2)

This commit is contained in:
Rico
2023-09-07 16:38:54 +02:00
committed by GitHub
parent aa0ff4e49d
commit e78c00747b

View File

@@ -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).
<div className="ndl-image-with-background l">
@@ -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