From 39906c7c55ce95dd83a7d5eab53319197f7b52a4 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 11 Jan 2021 13:26:52 -0500 Subject: [PATCH] Tiny rewording and a spelling correction --- src/documents/customization/snippets/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/customization/snippets/index.html.md b/src/documents/customization/snippets/index.html.md index 0bca11e..52b428f 100644 --- a/src/documents/customization/snippets/index.html.md +++ b/src/documents/customization/snippets/index.html.md @@ -18,7 +18,7 @@ In `snippets` section of syntax definition, you create plain text snippets, pret * `$1` or `${1}` * `${1:hello world}` — tabstop with placeholder -Note that `${0}` or `$0` tabstop has a special meaning in some editors like TextMate or Eclipse and is used as a final caret position after leaving “tabstops mode” so you’d better use tabstops staring from 1. +Note that `${0}` or `$0` tabstop has a special meaning in some editors like TextMate or Eclipse and is used as a final caret position after leaving “tabstops mode” so you should use tabstops starting from 1. ### Variables ###