File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This is not an exhaustive list, but are the most useful.
2525
2626### ` doom-snippets-expand PROPERTY VALUE &optional MODE `  
2727
28- This is primarily used for create  snippet aliases. A snippet alias if  a snippet
28+ This is primarily used for creating  snippet aliases. A snippet alias is  a snippet
2929that will expand another snippet when used. e.g.
3030
3131** In ` js-mode/class ` :** 
@@ -89,12 +89,12 @@ while true {
8989
9090` PROPERTY `  can be ` :uuid ` , ` :name ` , ` :key `  or ` :file ` , and ` MODE `  restricts the
9191snippet search to a certain snippet table (by major mode). It isn't wise to use
92- ` MODE `  to reference snippets for oher  major modes, because it will only see
92+ ` MODE `  to reference snippets for other  major modes, because it will only see
9393snippets that yasnippet have already loaded (and it lazy loads each table).
9494
9595### ` doom-snippets-without-trigger &rest BODY `  
9696
97- Preforms  ` BODY `  after moving the point to the start of the trigger keyword.
97+ Performs  ` BODY `  after moving the point to the start of the trigger keyword.
9898
9999Without this, tests like ` bolp `  would meaninglessly fail because the cursor is
100100always in front of the word that triggered this snippet.
                         You can’t perform that action at this time. 
           
                  
0 commit comments