multiple pages: fixed typos (#2871)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
0eef8fc994
commit
9abddffd09
@@ -6,7 +6,7 @@
|
||||
|
||||
`aspell check {{path/to/file}}`
|
||||
|
||||
- List mispelled words from standard input:
|
||||
- List misspelled words from standard input:
|
||||
|
||||
`cat {{file}} | aspell list`
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
|
||||
- List mispelled words from standard input and ignore words from personal word list:
|
||||
- List misspelled words from standard input and ignore words from personal word list:
|
||||
|
||||
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`
|
||||
|
@@ -26,6 +26,6 @@
|
||||
|
||||
`xfce4-screenshooter --window --clipboard`
|
||||
|
||||
- Take a screenshot of the active window, and open it with a choosen program:
|
||||
- Take a screenshot of the active window, and open it with a chosen program:
|
||||
|
||||
`xfce4-screenshooter --window --open {{gimp}}`
|
||||
|
Reference in New Issue
Block a user