Fix typo in elm.md (#24519)

Removes duplicate mention of `elm`.
This commit is contained in:
Henrikh Kantuni 2025-02-09 04:43:09 -05:00 committed by GitHub
parent f1693e6129
commit e84d77e879
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ Elm support is available through the [Elm extension](https://github.com/zed-exte
## Setup
Zed support for Elm requires installation of `elm`, `elm-format`, `elm-review` and `elm`.
Zed support for Elm requires installation of `elm`, `elm-format`, and `elm-review`.
1. [Install Elm](https://guide.elm-lang.org/install/elm.html) (or run `brew install elm` on macOS).
2. Install `elm-review` to support code linting: