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.
25
25
26
26
### ` doom-snippets-expand PROPERTY VALUE &optional MODE `
27
27
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
29
29
that will expand another snippet when used. e.g.
30
30
31
31
** In ` js-mode/class ` :**
@@ -89,12 +89,12 @@ while true {
89
89
90
90
` PROPERTY ` can be ` :uuid ` , ` :name ` , ` :key ` or ` :file ` , and ` MODE ` restricts the
91
91
snippet 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
93
93
snippets that yasnippet have already loaded (and it lazy loads each table).
94
94
95
95
### ` doom-snippets-without-trigger &rest BODY `
96
96
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.
98
98
99
99
Without this, tests like ` bolp ` would meaninglessly fail because the cursor is
100
100
always in front of the word that triggered this snippet.
You can’t perform that action at this time.
0 commit comments