Fixed typo in SQL language documentation (#32764)
Fixed typo in bullet 2 (line 17) referring to `shfmt` instead of `sql-formatter`
This commit is contained in:
parent
681c88d4e7
commit
f052a9e28c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue