Skip to content

Commit

Permalink
1 Spelling Update Update selection.md
Browse files Browse the repository at this point in the history
Reprensenting --> representing
  • Loading branch information
DocAdam authored Jan 27, 2025
1 parent 212b70f commit 522cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-website/docs/concepts/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TableSelection represents a grid-like selection like tables. It stores the key o

- `tableKey` representing the parent node key where the selection takes place
- `anchor` representing a `TableSelection` point
- `focus` reprensenting a `TableSelection` point
- `focus` representing a `TableSelection` point

For example, a table where you select row = 1 col = 1 to row 2 col = 2 could be stored as follows:
- `tableKey = 2` table key
Expand Down

0 comments on commit 522cbf0

Please sign in to comment.