From ea85f905f10f9b0efa68ac08d03c46fd2677b13c Mon Sep 17 00:00:00 2001 From: Kunall Banerjee <14703164+yeskunall@users.noreply.github.com> Date: Fri, 21 Nov 2025 06:56:47 -0500 Subject: [PATCH] docs: Fix small typo in docs for Snippets (#43238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Happened to notice this typo while going through the docs. Release Notes: - N/A --- 💖 --- docs/src/snippets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/snippets.md b/docs/src/snippets.md index 29ecd9bc850b919dbc63a87e2f1bf9477901a33d..e84210d0fadef1598776b1ec51a3f19cdb2ac0c0 100644 --- a/docs/src/snippets.md +++ b/docs/src/snippets.md @@ -35,7 +35,7 @@ To create JSX snippets you have to use `javascript.json` snippets file, instead ## Known Limitations -- Only the first prefix is used when an list of prefixes is passed in. +- Only the first prefix is used when a list of prefixes is passed in. - Currently only the `json` snippet file format is supported, even though the `simple-completion-language-server` supports both `json` and `toml` file formats. ## See also