From 946a6dfbdad12a2b62dc6d6625fd9ea961913c81 Mon Sep 17 00:00:00 2001 From: Adam Pugh Date: Mon, 27 Jan 2025 18:49:29 -0600 Subject: [PATCH] Selection | Lexical: 1 Spelling Update Update selection.md (#7103) --- packages/lexical-website/docs/concepts/selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lexical-website/docs/concepts/selection.md b/packages/lexical-website/docs/concepts/selection.md index 0923b3befa1..9b8577bc871 100644 --- a/packages/lexical-website/docs/concepts/selection.md +++ b/packages/lexical-website/docs/concepts/selection.md @@ -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