docs: Fix small typo in docs for Snippets (#43238)

Kunall Banerjee created

Happened to notice this typo while going through the docs.

Release Notes:

- N/A

---

💖

Change summary

docs/src/snippets.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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