Fixed typo in SQL language documentation (#32764)

Ozan Ozbeker created

Fixed typo in bullet 2 (line 17) referring to `shfmt` instead of
`sql-formatter`

Change summary

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

Detailed changes

docs/src/languages/sql.md 🔗

@@ -14,7 +14,7 @@ Zed supports auto-formatting SQL using external tools like [`sql-formatter`](htt
 npm install -g sql-formatter
 ```
 
-2. Ensure `shfmt` is available in your path and check the version:
+2. Ensure `sql-formatter` is available in your path and check the version:
 
 ```sh
 which sql-formatter