From af0d2ad491044bac5bc1461c7f78a9c35a987fd8 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee <14703164+yeskunall@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:38:32 -0400 Subject: [PATCH] docs: Fix small grammatical typo in JSX section (#41055) 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/languages/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/javascript.md b/docs/src/languages/javascript.md index 98018ce60e6990ea47eebed294e25961f1849637..45f440267ec01880437fc16e788c6b1b715efd82 100644 --- a/docs/src/languages/javascript.md +++ b/docs/src/languages/javascript.md @@ -34,7 +34,7 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t Zed supports JSX syntax highlighting out of the box. -In JSX strings, the [`tailwindcss-language-server`](./tailwindcss.md) is used provide autocompletion for Tailwind CSS classes. +In JSX strings, the [`tailwindcss-language-server`](./tailwindcss.md) is used to provide autocompletion for Tailwind CSS classes. ## JSDoc