Skip to content

Commit c623830

Browse files
authored
fix: small grammatical changes in the doc (#2902)
## Description Provide a concise summary of the changes made in this pull request - Commas were missing in two sentences in the doc. Hence, fixed the sentences by adding them. ## Pull request type Check the appropriate box: - [x] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [x] Error in documentation - [ ] Maintenance ## Documentation tickets Link to one or more documentation tickets: - ## Checklist From the options below, select the applicable ones: - [x] Checked for Grammarly suggestions. - [x] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent 321c0e6 commit c623830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/connect-data/how-to-guides/filter-data-google-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To fetch data based on a condition using the where clause, follow these steps:
4545
{{ gender.text; }}
4646
```
4747

48-
4. In **[Sort By](/connect-data/reference/querying-google-sheets#sort-by)** enter the column name you want your data sorted by.
48+
4. In **[Sort By](/connect-data/reference/querying-google-sheets#sort-by)**, enter the column name you want your data sorted by.
4949

5050
:::info
5151
If the **Smart JSON substitution** setting is enabled, Appsmith adds or removes quotation marks from the mustache binding `{{}}` as necessary to correctly cast them into JSON. You must manually format the JSON data if this setting is off. For a video guide on using this feature, see [How to Use Smart JSON Substitution](https://www.youtube.com/watch?v=-Z3y-pdNhXc).
@@ -85,7 +85,7 @@ To filter data by a range to fetch data from designated cells in your sheet, fol
8585
You can configure the page size in the response when the **Filter Format** is set to **Where Clause**.
8686
To set the number of records fetched in the response dynamically, follow these steps:
8787

88-
1. In [Pagination Limit](/connect-data/reference/querying-google-sheets#pagination-limit) set the value according to the page size using the following code where `user_details_table` is the name of the Table widget:
88+
1. In [Pagination Limit](/connect-data/reference/querying-google-sheets#pagination-limit), set the value according to the page size using the following code, where `user_details_table` is the name of the Table widget:
8989

9090
```
9191
{{ user_details_table.pageSize; }}

0 commit comments

Comments
 (0)