From ebcc67b8f2c93b18854fc281fec5c0885b6b8535 Mon Sep 17 00:00:00 2001 From: Eric Tuvesson Date: Mon, 25 Sep 2023 14:55:21 +0200 Subject: [PATCH] fix: typo (#32) --- library/modules/gsheets/README.md | 2 +- .../modules/gsheets/node-docs/query-sheet-aggregate/README.md | 2 +- library/modules/gsheets/node-docs/query-sheet/README.md | 2 +- library/modules/gsheets/node-docs/sheet-row/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/modules/gsheets/README.md b/library/modules/gsheets/README.md index 6b7e31b..a9a2cc7 100644 --- a/library/modules/gsheets/README.md +++ b/library/modules/gsheets/README.md @@ -14,4 +14,4 @@ The Google Sheets Module makes it easy to read data from publich Google Sheets. The module will interpret a Google Sheet as a giant table meaning the first row encountered in the sheet will decide the names of the columns, and then each row will contains values for those columns in its cells. Empty rows and columns will be skipped. -?> Note that the Google Sheet need to be made publicly available for the module to be able to access it. Also, the module is read-only, i.e. you cannot write data to the Google Sheet. +> Note that the Google Sheet need to be made publicly available for the module to be able to access it. Also, the module is read-only, i.e. you cannot write data to the Google Sheet. diff --git a/library/modules/gsheets/node-docs/query-sheet-aggregate/README.md b/library/modules/gsheets/node-docs/query-sheet-aggregate/README.md index 0bc17c2..edbab41 100644 --- a/library/modules/gsheets/node-docs/query-sheet-aggregate/README.md +++ b/library/modules/gsheets/node-docs/query-sheet-aggregate/README.md @@ -19,7 +19,7 @@ This node is used do aggregate data queries on a column from a public Google She -?> Note that the Google Sheet need to be made public for Noodl to be able to access it. +> Note that the Google Sheet need to be made public for Noodl to be able to access it. <##head##> diff --git a/library/modules/gsheets/node-docs/query-sheet/README.md b/library/modules/gsheets/node-docs/query-sheet/README.md index 40b23ac..1b63602 100644 --- a/library/modules/gsheets/node-docs/query-sheet/README.md +++ b/library/modules/gsheets/node-docs/query-sheet/README.md @@ -23,7 +23,7 @@ The node works in a similar way as the [Query Records](/nodes/data/cloud-data/qu -?> Note that the Google Sheet need to be made public for Noodl to be able to access it. +> Note that the Google Sheet need to be made public for Noodl to be able to access it. <##head##> diff --git a/library/modules/gsheets/node-docs/sheet-row/README.md b/library/modules/gsheets/node-docs/sheet-row/README.md index 3b257f0..8bf42be 100644 --- a/library/modules/gsheets/node-docs/sheet-row/README.md +++ b/library/modules/gsheets/node-docs/sheet-row/README.md @@ -23,7 +23,7 @@ By setting the `Row Id` of the **Sheet Row**, and selecting the **Sheet** (if yo -?> Note that the Google Sheet need to be made public for Noodl to be able to access it. +> Note that the Google Sheet need to be made public for Noodl to be able to access it. <##head##>