Skip to content

Commit 747a6df

Browse files
committed
[docs] Tiny typo
1 parent 0ab7319 commit 747a6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export type Row = {[cellId: Id]: Cell};
8989
export type Cell = string | number | boolean;
9090

9191
/**
92-
* The TableCallback type describes a function that takes a Tables's Id and a
92+
* The TableCallback type describes a function that takes a Table's Id and a
9393
* callback to loop over each Row within it.
9494
*
9595
* A TableCallback is provided when using the forEachTable method, so that you

0 commit comments

Comments
 (0)