diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-12-07 17:40:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 17:40:01 +0900 |
commit | 07e1c63bafe0aa4288aaa765f4ade77885d5a18f (patch) | |
tree | 84c3cbf941c844eb8bf4f1e2d9e74c791e4062c2 /QA.md | |
parent | 02e6ec4dd3826f8a3d4b08a3bb7617cf561dc27b (diff) | |
parent | f2c7f9a2daebc47335a2ccfe2d2396c637fa1c50 (diff) |
Merge pull request #274 from YourFin/master
Fix grammar: histories -> history
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ The behaviors of the console are tested in [Console section](#consoles). #### Navigation -- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in histories +- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in history - [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: Open next/prev link in `<link>` tags. - [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev and next links and open it - [ ] <kbd>g</kbd><kbd>u</kbd>: go to parent directory @@ -83,7 +83,7 @@ The behaviors of the console are tested in [Console section](#consoles). #### Navigation -- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in histories +- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in history - [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: Open next/prev link in `<link>` tags. - [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev and next links and open it - [ ] <kbd>g</kbd><kbd>u</kbd>: go to parent directory |