From 12ecaec48d3db61196c5791f79aad1bba5235958 Mon Sep 17 00:00:00 2001 From: lr42 <71293041+lr42@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:56:21 -0400 Subject: [PATCH] Fix minor typo Change 'eighter' to 'either'. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index b68c0215..ced40fa9 100644 --- a/index.md +++ b/index.md @@ -85,7 +85,7 @@ Courtesy of Scintilla. ![Line Wrapping](/rsrc/screenshots/line-wrap-demo-2.gif) ### Single line staging -by eighter clicking on the checkboxes next to each line or by selecting the relevant code and pressing "S". For unstaging you can uncheck the checkboxes or press "U". To revert changes, select the text and press "R". +by either clicking on the checkboxes next to each line or by selecting the relevant code and pressing "S". For unstaging you can uncheck the checkboxes or press "U". To revert changes, select the text and press "R". ![Single line staging](https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/double_treeview_single_line_staging.png)