Skip to content

Commit f9ccc0c

Browse files
committed
Fix typos in readme file
1 parent dd3ff8d commit f9ccc0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2929
that 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
9191
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
9393
snippets 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

9999
Without this, tests like `bolp` would meaninglessly fail because the cursor is
100100
always in front of the word that triggered this snippet.

0 commit comments

Comments
 (0)