Skip to content

Commit 0551470

Browse files
ccoVeilleMitMaro
authored andcommitted
Fix some typos in brand names and use Oxford list for an enumeration
1 parent 31f4097 commit 0551470

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
7474
## [1.2.1] - 2020-01-26
7575

7676
### Fixed
77-
- ANSI color support broken on MacOS ([#219](https://github.com/MitMaro/git-interactive-rebase-tool/issues/219))
77+
- ANSI color support broken on macOS ([#219](https://github.com/MitMaro/git-interactive-rebase-tool/issues/219))
7878

7979
## [1.2.0] - 2020-01-11
8080

@@ -110,7 +110,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
110110
## [1.0.0] - 2019-04-10
111111

112112
### Added
113-
- Support for unicode characters
113+
- Support for Unicode characters
114114
- Horizontal and vertical overflow support
115115

116116
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Native cross-platform full feature terminal based [sequence editor][git-sequence
2626

2727
### Cross-platform
2828

29-
Built and works on Linux, macOS, Windows and many others.
29+
Built and works on Linux, macOS, Windows, and many others.
3030

3131
### Set action
3232

readme/customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Some values from your Git Config are directly used by this application.
6969

7070
## Colors
7171

72-
The valid colors are the [eight original 8 ANSI colors][ANSIColors]. They are `black`, `blue`, `cyan`, `green`, `magenta`, `red`, `white` and `yellow`. Dimmed versions of the 8 ANSI colors can be used by prefixing the color with `dark`, for example `dark red`. Each terminal controls the exact color for these color names. On terminals that support 256 colors, a color triplet with the format `<red>,<green>,<blue>` can be used. Each color has a range of 0 to 255 with `255, 255, 255` resulting in white and `0,0,0` resulting in black. A value of `-1` or `transparent` can be used to use the default terminal color.
72+
The valid colors are the [eight original 8 ANSI colors][ANSIColors]. They are `black`, `blue`, `cyan`, `green`, `magenta`, `red`, `white` and `yellow`. Dimmed versions of the 8 ANSI colors can be used by prefixing the color with `dark`, for example `dark red`. Each terminal controls the exact color for these color names. On terminals that support 256 colors, a color triplet with the format `<red>,<green>,<blue>` can be used. Each color has a range of 0 to 255 with `255, 255, 255` resulting in white and `0,0,0` resulting in black. A value of `-1` or `transparent` can be used to use the default terminal color.
7373

7474
[ANSIColors]:https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit
7575

@@ -101,7 +101,7 @@ The valid colors are the [eight original 8 ANSI colors][ANSIColors]. They are `b
101101

102102
## Key Bindings
103103

104-
Most keys can be changed to any printable character or supported special character. It is possible to provide conflicting bindings, which will result in undefined behaviour. The `inputConfirmYes` binding has a special behaviour in that it responds to both the uppercase and lowercase letter of the value set, if the variant exist.
104+
Most keys can be changed to any printable character or supported special character. It is possible to provide conflicting bindings, which will result in undefined behavior. The `inputConfirmYes` binding has a special behavior in that it responds to both the uppercase and lowercase letter of the value set, if the variant exist.
105105

106106
| Key | Default | Type | Description |
107107
|-----------------------------|-----------|--------|-----------------------------------------------------|
@@ -128,7 +128,7 @@ Most keys can be changed to any printable character or supported special charact
128128
| `inputMoveSelectionDown` | j | String | Key for moving the selected line(s) down |
129129
| `inputMoveSelectionUp` | k | String | Key for moving the selected line(s) up |
130130
| `inputMoveStepDown` | PageDown | String | Key for moving the cursor down by a large step |
131-
| `inputMoveStepUp` | PageUp | String | Key for moving the cursor up by a large step |
131+
| `inputMoveStepUp` | PageUp | String | Key for moving the cursor up by a large step |
132132
| `inputMoveUp` | Up | String | Key for moving the cursor up |
133133
| `inputOpenInExternalEditor` | ! | String | Key for opening the external editor |
134134
| `inputRebase` | w | String | Key for rebasing with confirmation |

readme/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The executable will be installed to `/usr/bin`.
7070

7171
guix shell git-interactive-rebase-tool
7272

73-
### In a temporary container (linux namespace)
73+
### In a temporary container (Linux namespace)
7474

7575
guix shell --container git-interactive-rebase-tool
7676

0 commit comments

Comments
 (0)