@@ -1631,7 +1631,7 @@ export interface Store {
16311631 *
16321632 * This method is useful for iterating over the Table structure of the Store
16331633 * in a functional style. The `tableCallback` parameter is a TableCallback
1634- * function that will called with the Id of each Table, and with a function
1634+ * function that will be called with the Id of each Table, and with a function
16351635 * that can then be used to iterate over each Row of the Table, should you
16361636 * wish.
16371637 *
@@ -1664,8 +1664,8 @@ export interface Store {
16641664 *
16651665 * This method is useful for iterating over the Row structure of the Table in
16661666 * a functional style. The `rowCallback` parameter is a RowCallback function
1667- * that will called with the Id of each Row, and with a function that can then
1668- * be used to iterate over each Cell of the Row, should you wish.
1667+ * that will be called with the Id of each Row, and with a function that can
1668+ * then be used to iterate over each Cell of the Row, should you wish.
16691669 *
16701670 * @param tableId The Id of the Table to iterate over.
16711671 * @param rowCallback The function that should be called for every Row.
@@ -1699,7 +1699,7 @@ export interface Store {
16991699 *
17001700 * This method is useful for iterating over the Cell structure of the Row in a
17011701 * functional style. The `cellCallback` parameter is a CellCallback function
1702- * that will called with the Id and value of each Cell.
1702+ * that will be called with the Id and value of each Cell.
17031703 *
17041704 * @param tableId The Id of the Table containing the Row to iterate over.
17051705 * @param rowId The Id of the Row to iterate over.
0 commit comments