Skip to content

Commit 53fdb56

Browse files
committed
fix: typo in custom snippets docs
1 parent 1300fcf commit 53fdb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07-Features/02-custom-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ When the snippet expands:
120120
1. The cursor starts at `${1}`.
121121
2. After entering your desired text, press `Tab` to move to the next placeholder.
122122
3. Continue pressing `Tab` to cycle through the numbered positions.
123-
4. The cursor finally lands at `${0}`. *If `${0}` isn’t defined, at the **last numbered placeholder***.
123+
4. The cursor finally lands at `${0}`. *If `${0}` isn’t defined, it lands at the **last numbered placeholder***.
124124

125125
Here’s an example of a snippet with numbered cursor placeholders:
126126

0 commit comments

Comments
 (0)