Fix typo in elm.md (#24519)

Removes duplicate mention of `elm`.
This commit is contained in:
Henrikh Kantuni
2025-02-09 11:43:09 +02:00
committed by GitHub
parent f1693e6129
commit e84d77e879
+1 -1
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: