From f292563628079da218b095b89c1ffdfc6acb1c17 Mon Sep 17 00:00:00 2001
From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
Date: Wed, 8 Jan 2025 16:47:44 -0800
Subject: [PATCH] if/then
---
docs/data/data-grid/cell-selection/cell-selection.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/data/data-grid/cell-selection/cell-selection.md b/docs/data/data-grid/cell-selection/cell-selection.md
index 0e9304f41b592..36de422077731 100644
--- a/docs/data/data-grid/cell-selection/cell-selection.md
+++ b/docs/data/data-grid/cell-selection/cell-selection.md
@@ -24,8 +24,8 @@ Hold Cmd (or Ctrl on Windows) and
To select a range of cells, users can:
- Click on a cell, drag the mouse over nearby cells, and then release.
-- Click on a cell, then hold Shift and click on another cell; if a third cell is clicked the selection will restart from the last clicked cell.
-- Use the arrow keys to focus on a cell, then hold Shift and navigate to another cell—if Shift is released and pressed again, the selection will restart from the last focused cell.
+- Click on a cell, then hold Shift and click on another cell; if a third cell is clicked then the selection will restart from the last clicked cell.
+- Use the arrow keys to focus on a cell, then hold Shift and navigate to another cell—if Shift is released and pressed again then the selection will restart from the last focused cell.
Try out the various actions to select cells in the demo below—you can toggle [row selection](/x/react-data-grid/row-selection/) on and off to see how these two selection features can work in parallel.