From ed9703a522d153cd911380ba90d260b38310c811 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Oct 2021 15:33:18 +0530 Subject: [PATCH] string change --- manual/snippets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/snippets.rst b/manual/snippets.rst index 68a540917b..052a9c10e1 100644 --- a/manual/snippets.rst +++ b/manual/snippets.rst @@ -180,7 +180,7 @@ snippet in the future. Then specify the *trigger*. A trigger is simply the text that you have to type in the editor before pressing |ct| in order to expand the snippet. -Then specify the snippet template. You should start with one of the example +Then specify the snippet template. You should start with one of the examples above and modify it to suit your needs. Finally, specify which file types you want the snippet to be active for. This way you can have multiple snippets with the same trigger text that work differently in different file types.