fix: Typo fixes in various descriptions (no-changelog) (#8854)

Signed-off-by: pengqiseven <912170095@qq.com>
Co-authored-by: pengqiseven <i@sohu.com>
This commit is contained in:
pengqiseven
2024-04-29 16:06:32 +08:00
committed by GitHub
parent a424b59e49
commit 8a26f4280a
14 changed files with 27 additions and 27 deletions

View File

@@ -612,7 +612,7 @@ export class GoogleSheet {
/**
* Looks for a specific value in a column and if it gets found it returns the whole row
*
* @param {string[][]} inputData Data to to check for lookup value in
* @param {string[][]} inputData Data to check for lookup value in
* @param {number} keyRowIndex Index of the row which contains the keys
* @param {number} dataStartRowIndex Index of the first row which contains data
* @param {ILookupValues[]} lookupValues The lookup values which decide what data to return