diff --git a/docs/404.md b/docs/404.md index 99f60291d..101c9f69c 100644 --- a/docs/404.md +++ b/docs/404.md @@ -11,6 +11,6 @@ permalink: /404 {% else %} ## Oops! The page you requested was not found! -> you can go to [home](https://spacevim.org) or checkout [Blogs](https://spacevim.org/blog/) +> You can go to [home](https://spacevim.org) or checkout [Blogs](https://spacevim.org/blog/) {% endif %} diff --git a/docs/about.md b/docs/about.md index 9ec8f10f0..a1707cef8 100644 --- a/docs/about.md +++ b/docs/about.md @@ -5,14 +5,14 @@ description: "SpaceVim is a community-driven vim distribution with layer feature # About -[SpaceVim](https://github.com/SpaceVim/SpaceVim) is a community-driven vim distribution with layer feature. +[SpaceVim](https://github.com/SpaceVim/SpaceVim) is a community-driven Vim distribution with layer feature. SpaceVim manages collections of plugins in layers. Layers make it easy for you, the user, to enable a new language or feature by grouping all the related plugins together. It got inspired by spacemacs. ### Goals -- more IDE-like features in vim and neovim -- better default different languages +- More IDE-like features in Vim and Neovim +- Better default different languages ### Credits & Thanks diff --git a/docs/api.md b/docs/api.md index 642814620..a03a205de 100644 --- a/docs/api.md +++ b/docs/api.md @@ -14,8 +14,8 @@ description: "A list of available APIs in SpaceVim, provide compatible functions #### Introduction -SpaceVim provides many public apis, you can use this apis in your plugins. -This is an example for how to load API, and how to use the public functions within the APIs. +SpaceVim provides many public APIs, you can use these APIs in your plugins. +The following example shows how to load APIs, and how to use the public functions within the APIs. ```vim " use SpaceVim#api#import() to load the API @@ -36,7 +36,7 @@ echom s:file.pathSeparator ## Available APIs -here is the list of all available APIs, and welcome to contribute to SpaceVim. +Here is the list of all available APIs, and welcome to contribute to SpaceVim. | Name | Description | | ------------------------------------- | -------------------------------------------------------------------------------------------------- | diff --git a/docs/blog.md b/docs/blog.md index a3b12cb34..481712e3b 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -6,7 +6,7 @@ description: "A list of latest blog about the feature of SpaceVim and tutorials # Blog Here you can learn more about SpaceVim with our tutorials and find out what's -going on. feel free to [feed this blog via RSS](../../feed.xml): +going on. Feel free to [feed this blog via RSS](../../feed.xml):