Skip to content

Commit 2113025

Browse files
committed
fix typos
per #457
1 parent fe05a04 commit 2113025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/editing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 30
66

77
## Column Mode & Column Editor
88

9-
Using `Alt + Mouse dragging` or `Alt + Shift + Arrow keys` to make a selection in column mode:
9+
Use `Alt + Mouse dragging` or `Alt + Shift + Arrow keys` to make a selection in column mode:
1010

1111
![](../images/columnMode.gif)
1212

@@ -23,7 +23,7 @@ The Column Editor dialog, accessed via **Edit > Column Editor**, allows you to i
2323
* `Repeat` will repeat the same number _n_ times. Defaults to 1 if left blank.
2424
* `☐ Leading zeros` will cause all the numbers to have the same number of digits, by adding leading zeros for the smaller values
2525
* `Format` chooses between **Dec** (0-9), **Hex** (0-9,A-F), **Oct** (0-7), or **Bin** (0-1).
26-
Note: that the numerical boxes above are always in decimal, even if a different format is chosen for display. (Example: to get `F`-`1F`, column-select 17 rows and set the initial number to `15` -- it will not allow `F`.)
26+
_Note_: the numerical boxes above are always in decimal, even if a different format is chosen for display. (Example: to get `F`-`1F`, column-select 17 rows and set the initial number to `15` -- it will not allow `F`.)
2727

2828
## Multi-Editing
2929

@@ -70,7 +70,7 @@ Notepad++ has a column in the margin section which indicates which lines have be
7070
- _Note_: If you tell Notepad++ to reload the file from disk, _all_ lines will be green.
7171
- Multiple saves will leave those lines green, even if they weren't changed since the previous save.
7272
- The only way to get back to having no color in the margin is to close the file and reload it (easy enough to do with **File > Close** followed by **File > Recent Files > Restore Recent Closed Files**, or with default shortcuts, use `Ctrl+W` then `Ctrl+Shift+T`).
73-
- If the file is saved, if you use **Undo** to go back to the previous modified state, it will be a pale green (sopme call it "olive" or "yellow-green"). (This is `Revert to mopdified` in the image.)
73+
- If the file is saved, if you use **Undo** to go back to the previous modified state, it will be a pale green (some call it "olive" or "yellow-green"). (This is `Revert to modified` in the image.)
7474
- If the file is saved, if you use **Undo** to go back to the original state of that line (the text it had when the file was originally loaded), it will be a pale blue (some call it "cyan"). (This is `Revert to original` in the image.)
7575

7676
## Edit Menu

0 commit comments

Comments
 (0)