diff --git a/docs/about.md b/docs/about.md index 573bbd929..6d4dd8a25 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,6 +1,6 @@ --- title: "About" -description: "SpaceVim is a communicate driven vim distribution with layer feature, all contributors make SpaceVim what it is." +description: "SpaceVim is a community-driven vim distribution with layer feature, all contributors make SpaceVim what it is." --- # About diff --git a/docs/api.md b/docs/api.md index 7c6c20185..3bf301126 100644 --- a/docs/api.md +++ b/docs/api.md @@ -24,7 +24,7 @@ let s:system = SpaceVim#api#import('system') " check the if current os is Windows. if s:system.isWindows - echom "Os is Windows" + echom "OS is Windows" endif echom s:file.separator echom s:file.pathSeparator @@ -41,18 +41,18 @@ here is the list of all available APIs, and welcome to contribute to SpaceVim. | Name | Description | | ------------------------------- | -------------------------------------------------------------------------------------------------- | | [data#base64](data/base64/) | data#base64 API provides base64 encode and decode functions | -| [data#dict](data/dict/) | data#dict API provides some besic functions and values for dict. | -| [data#string](data/string/) | data#string API provides some besic functions and values for string. | -| [data#toml](data/toml/) | data#toml API provides some besic functions and values for toml. | -| [file](file/) | file API provides some besic functions and values for current os. | -| [job](job/) | job API provides some besic functions for running a job | -| [logger](logger/) | logger API provides some besic functions for log message when create plugins | -| [messletters](messletters/) | messletters API provides some besic functions for generating messletters | -| [password](password/) | password API provides some besic functions for generating password | -| [system](system/) | system API provides some besic functions and values for current os. | -| [vim#highlight](vim/highlight/) | vim#highlight API provides some besic functions and values for getting and setting highlight info. | -| [web#html](web/html/) | web#html API provides some besic functions and values for parser html file. | -| [web#http](web/http/) | web#http API provides some besic functions and values for http request | -| [web#xml](web/xml/) | web#xml API provides some besic functions and values for parser xml file. | +| [data#dict](data/dict/) | data#dict API provides some basic functions and values for dict. | +| [data#string](data/string/) | data#string API provides some basic functions and values for string. | +| [data#toml](data/toml/) | data#toml API provides some basic functions and values for toml. | +| [file](file/) | file API provides some basic functions and values for current os. | +| [job](job/) | job API provides some basic functions for running a job | +| [logger](logger/) | logger API provides some basic functions for log message when create plugins | +| [messletters](messletters/) | messletters API provides some basic functions for generating messletters | +| [password](password/) | password API provides some basic functions for generating password | +| [system](system/) | system API provides some basic functions and values for current os. | +| [vim#highlight](vim/highlight/) | vim#highlight API provides some basic functions and values for getting and setting highlight info. | +| [web#html](web/html/) | web#html API provides some basic functions and values for parser html file. | +| [web#http](web/http/) | web#http API provides some basic functions and values for http request | +| [web#xml](web/xml/) | web#xml API provides some basic functions and values for parser xml file. | diff --git a/docs/api/data/dict.md b/docs/api/data/dict.md index caf85202d..7ea9035c6 100644 --- a/docs/api/data/dict.md +++ b/docs/api/data/dict.md @@ -1,6 +1,6 @@ --- title: "data#dict API" -description: "data#dict API provides some besic functions and values for dict." +description: "data#dict API provides some basic functions and values for dict." --- # [Available APIs](../../) >> data#dict diff --git a/docs/api/data/string.md b/docs/api/data/string.md index 7fb9431c6..4d90f8ad8 100644 --- a/docs/api/data/string.md +++ b/docs/api/data/string.md @@ -1,6 +1,6 @@ --- title: "data#string API" -description: "data#string API provides some besic functions and values for string." +description: "data#string API provides some basic functions and values for string." --- # [Available APIs](../../) >> data#string diff --git a/docs/api/data/toml.md b/docs/api/data/toml.md index a4e0838d9..52b804657 100644 --- a/docs/api/data/toml.md +++ b/docs/api/data/toml.md @@ -1,6 +1,6 @@ --- title: "data#toml API" -description: "data#toml API provides some besic functions and values for toml." +description: "data#toml API provides some basic functions and values for toml." --- # [Available APIs](../../) >> data#toml diff --git a/docs/api/file.md b/docs/api/file.md index e6ffde3a3..3ce846a97 100644 --- a/docs/api/file.md +++ b/docs/api/file.md @@ -1,6 +1,6 @@ --- title: "file api" -description: "file API provides some besic functions and values for current os." +description: "file API provides some basic functions and values for current os." --- # [Available APIs](../) >> file diff --git a/docs/api/job.md b/docs/api/job.md index bca368065..80b404b05 100644 --- a/docs/api/job.md +++ b/docs/api/job.md @@ -1,6 +1,6 @@ --- title: "job api" -description: "job API provides some besic functions for running a job" +description: "job API provides some basic functions for running a job" --- # [Available APIs](../) >> job diff --git a/docs/api/logger.md b/docs/api/logger.md index 207ba0f94..aecdb1dcb 100644 --- a/docs/api/logger.md +++ b/docs/api/logger.md @@ -1,6 +1,6 @@ --- title: "logger API" -description: "logger API provides some besic functions for log message when create plugins" +description: "logger API provides some basic functions for log message when create plugins" --- # [Available APIs](../) >> logger diff --git a/docs/api/messletters.md b/docs/api/messletters.md index 298aeae1a..af9e25bc3 100644 --- a/docs/api/messletters.md +++ b/docs/api/messletters.md @@ -1,6 +1,6 @@ --- title: "messletters api" -description: "messletters API provides some besic functions for generating messletters" +description: "messletters API provides some basic functions for generating messletters" --- # [Available APIs](../) >> messletters diff --git a/docs/api/password.md b/docs/api/password.md index 5b997d6d6..d477c876d 100644 --- a/docs/api/password.md +++ b/docs/api/password.md @@ -1,6 +1,6 @@ --- title: "password api" -description: "password API provides some besic functions for generating password" +description: "password API provides some basic functions for generating password" --- # [Available APIs](../) >> password diff --git a/docs/api/system.md b/docs/api/system.md index 6d9bf45d4..5b3959712 100644 --- a/docs/api/system.md +++ b/docs/api/system.md @@ -1,6 +1,6 @@ --- title: "system api" -description: "system API provides some besic functions and values for current os." +description: "system API provides some basic functions and values for current os." --- # [Available APIs](../) >> system diff --git a/docs/api/vim/highlight.md b/docs/api/vim/highlight.md index 348ff3cd4..3fccab147 100644 --- a/docs/api/vim/highlight.md +++ b/docs/api/vim/highlight.md @@ -1,6 +1,6 @@ --- title: "vim#highlight api" -description: "vim#highlight API provides some besic functions and values for getting and setting highlight info." +description: "vim#highlight API provides some basic functions and values for getting and setting highlight info." --- # [Available APIs](../../) >> vim#highlight @@ -14,7 +14,7 @@ description: "vim#highlight API provides some besic functions and values for get ## Intro -vim#highlight API provides some besic functions and values for getting and setting highlight info. +vim#highlight API provides some basic functions and values for getting and setting highlight info. ## Functions diff --git a/docs/api/web/html.md b/docs/api/web/html.md index 8c8a76f80..caf197e58 100644 --- a/docs/api/web/html.md +++ b/docs/api/web/html.md @@ -1,6 +1,6 @@ --- title: "web#html api" -description: "web#html API provides some besic functions and values for parser html file." +description: "web#html API provides some basic functions and values for parser html file." --- # [Available APIs](../../) >> web#html @@ -14,7 +14,7 @@ description: "web#html API provides some besic functions and values for parser h ## Intro -web#html API provides some besic functions and values for parser html file. +web#html API provides some basic functions and values for parser html file. ## Functions diff --git a/docs/api/web/http.md b/docs/api/web/http.md index 8cf3a5fab..df4266021 100644 --- a/docs/api/web/http.md +++ b/docs/api/web/http.md @@ -1,6 +1,6 @@ --- title: "web#http api" -description: "web#http API provides some besic functions and values for http request" +description: "web#http API provides some basic functions and values for http request" --- # [Available APIs](../../) >> web#html @@ -14,7 +14,7 @@ description: "web#http API provides some besic functions and values for http req ## Intro -web#html API provides some besic functions and values for http request. +web#html API provides some basic functions and values for http request. ## Functions diff --git a/docs/api/web/xml.md b/docs/api/web/xml.md index 7618e4954..298fcdd2d 100644 --- a/docs/api/web/xml.md +++ b/docs/api/web/xml.md @@ -1,6 +1,6 @@ --- title: "web#xml api" -description: "web#xml API provides some besic functions and values for parser xml file." +description: "web#xml API provides some basic functions and values for parser xml file." --- # [Available APIs](../../) >> web#xml @@ -14,7 +14,7 @@ description: "web#xml API provides some besic functions and values for parser xm ## Intro -web#xml API provides some besic functions and values for parser xml file. +web#xml API provides some basic functions and values for parser xml file. ## Functions diff --git a/docs/cn/api/vim/highlight.md b/docs/cn/api/vim/highlight.md index 3d027aca5..2d796689b 100644 --- a/docs/cn/api/vim/highlight.md +++ b/docs/cn/api/vim/highlight.md @@ -15,7 +15,7 @@ lang: cn ## Intro -vim#highlight API provides some besic functions and values for getting and setting highlight info. +vim#highlight API provides some basic functions and values for getting and setting highlight info. ## Functions diff --git a/docs/conventions.md b/docs/conventions.md index d3dfde6bd..af0c46fa1 100644 --- a/docs/conventions.md +++ b/docs/conventions.md @@ -99,7 +99,7 @@ The same applies to other commands not listed here. **Match error codes, not error text.** -Error text may be locale dependant. +Error text may be locale dependent. ### General Guidelines diff --git a/docs/development.md b/docs/development.md index 83b85cf23..cd38bbfc0 100644 --- a/docs/development.md +++ b/docs/development.md @@ -94,7 +94,7 @@ pull request title should contains one of these prefix: - `Fixed:` Fix some bugs - `Remove:` Remove any existing features. - `Doc:` update the help file. -- `Website:` Update the contend of website. +- `Website:` Update the content of website. here is an example: diff --git a/docs/documentation.md b/docs/documentation.md index 3a525c85a..791c4f0a0 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1480,7 +1480,7 @@ SpaceVim uses `g:spacevim_search_highlight_persist` to keep the searched express #### Highlight current symbol -SpaceVim supports highlighting of the current symbol on demand and add a transient state to easily navigate and rename these symbol. +SpaceVim supports highlighting of the current symbol on demand and add a transient state to easily navigate and rename these symbols. It is also possible to change the range of the navigation on the fly to: @@ -1687,7 +1687,7 @@ Comments are handled by [nerdcommenter](https://github.com/scrooloose/nerdcommen | `SPC c Y` | invert comment and yank | **Tips:** `SPC ;` will start operator mode, in this mode, you can use motion command to comment lines. -For exmaple, `SPC ; 4 j` will comment current line and the following 4 lines. +For example, `SPC ; 4 j` will comment current line and the following 4 lines. #### Multi-Encodings diff --git a/docs/layers.md b/docs/layers.md index 2299db964..28edcb1c0 100644 --- a/docs/layers.md +++ b/docs/layers.md @@ -38,7 +38,7 @@ By default SpaceVim enable these layers: To enable a specific layer you need to edit SpaceVim configuration file. The key binding for opening SpaceVim configuration file is `SPC f v d`. -here is an example for loadding `shell` layer with some specified options: +here is an example for loading `shell` layer with some specified options: ```toml [[layers]]