From acfdac53b9c79f545fe0b5fbf9e9d61d8a646a18 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sat, 22 May 2021 18:28:00 +0800 Subject: [PATCH] Type in doc (#4271) --- docs/_posts/2017-02-11-use-vim-as-a-java-ide.md | 4 ++-- docs/_posts/2018-06-24-first-meetup-in-hangzhou.md | 2 +- docs/development.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md index 980c4f556..e5e42a7bb 100644 --- a/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md +++ b/docs/_posts/2017-02-11-use-vim-as-a-java-ide.md @@ -92,7 +92,7 @@ This should be different from the path of the user's project files (which is sen ### Code completion javacomplete2 which has been included in `lang#java` layer provides omnifunc for java file and deoplete source. -with this plugin and `autocomplete` layer, the completion popup menu will be opened automatically。 +with this plugin and `autocomplete` layer, the completion popup menu will be opened automatically. ![code complete](https://user-images.githubusercontent.com/13142418/46297202-ba0ab980-c5ce-11e8-81a0-4a4a85bc98a5.png) @@ -145,7 +145,7 @@ If there are more than one class, a menu will be shown below current windows. ### Jump to test file -SpaceVim use vim-project to manager the files in a project, you can add a `.projections.json` to the root of your project with following content: +SpaceVim uses vim-project to manager the files in a project, you can add a `.projections.json` to the root of your project with following content: ```json { diff --git a/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md b/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md index 86863c111..96f020707 100644 --- a/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md +++ b/docs/_posts/2018-06-24-first-meetup-in-hangzhou.md @@ -32,7 +32,7 @@ These new features have been added to tab manager in [#1887](https://github.com/ - Display tab name on tabline and tab manager, you can also rename the tab via key binding `r` in tab manager buffer. ![rename](https://user-images.githubusercontent.com/13142418/80611134-ce45bf80-8a6c-11ea-8c1a-1a50ffea3880.gif) -- Move cursor tab forward and backword, default key binding is `/` +- Move cursor tab forward and backward, default key binding is `/` ![movetab](https://user-images.githubusercontent.com/13142418/80611339-0d741080-8a6d-11ea-890c-f8b389cee866.gif) - Create new tab after the tab under the cursor, key bindings: (`n`: create named tab / `N` : create anonymous tab) ![newtab](https://user-images.githubusercontent.com/13142418/80611475-398f9180-8a6d-11ea-9aa5-a975d61ebab9.gif) diff --git a/docs/development.md b/docs/development.md index 64b93d9d9..a856178f4 100644 --- a/docs/development.md +++ b/docs/development.md @@ -124,7 +124,7 @@ rather than what it did. For example, use change; not changed or changes. #### body -Not all commits are complex enough to warrant a body body, +Not all commits are complex enough to warrant a body, therefore it is optional and only used when a commit requires a bit of explanation and context.