From 09bffd93c05da94ef7a7012290ff1d5c025b7546 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 28 Dec 2022 15:16:14 +0900 Subject: [PATCH] docs(typo): fix typo in documentation.md boostrap -> bootstrap --- docs/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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