1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

docs(typo): fix typo in documentation.md

boostrap -> bootstrap
This commit is contained in:
Ikko Ashimine 2022-12-28 15:16:14 +09:00 committed by GitHub
parent 3ac0fe27cc
commit 09bffd93c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ endfunction
```
Similarly, if you want to add custom key bindings prefixed by language leader key,
which is typically `,`, you can add them to the boostrap function. **Make sure** that the
which is typically `,`, you can add them to the bootstrap function. **Make sure** that the
key bindings are not used by SpaceVim.
```vim