Skip to content

Commit

Permalink
Merge pull request #127 from Apanian25/fix-spelling-mistake
Browse files Browse the repository at this point in the history
fix spelling mistake: buttom -> bottom
  • Loading branch information
torifat authored Jan 21, 2021
2 parents 89b87d8 + 946b4c2 commit 6b16ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function inSameTable<S extends Schema = any>(

export function findCell(
pos: ResolvedPos
): { top: number; left: number; right: number; buttom: number };
): { top: number; left: number; right: number; bottom: number };

export function colCount(pos: ResolvedPos): number;

Expand Down

0 comments on commit 6b16ed3

Please sign in to comment.