diff --git a/docs/documentation.md b/docs/documentation.md index 8b99aa9ea..93680a66b 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -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