From 522cbf0c5ba41f30fa5e452c8edb53beb31b214b Mon Sep 17 00:00:00 2001 From: Adam Pugh Date: Mon, 27 Jan 2025 15:28:10 -0600 Subject: [PATCH] 1 Spelling Update Update selection.md Reprensenting --> representing --- 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