We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab7319 commit 747a6dfCopy full SHA for 747a6df
src/store.d.ts
@@ -89,7 +89,7 @@ export type Row = {[cellId: Id]: Cell};
89
export type Cell = string | number | boolean;
90
91
/**
92
- * The TableCallback type describes a function that takes a Tables's Id and a
+ * The TableCallback type describes a function that takes a Table's Id and a
93
* callback to loop over each Row within it.
94
*
95
* A TableCallback is provided when using the forEachTable method, so that you
0 commit comments