Skip to content

Commit 3f7e1dc

Browse files
committed
Fix a "typo"
My spelling definitely makes more sense though :P
1 parent 8437855 commit 3f7e1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/0.19.0/init.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It just creates an `elm.json` file and a `src/` directory for your code.
1111
1212
## What is `elm.json`?
1313
14-
This file describes your project. It lists all of the packages you depend upon, so it will say the particular version of [`elm/core`](https://package.elm-lang.org/packages/elm/core/latest/) and [`elm/html`](https://package.elm-lang.org/packages/elm/html/latest/) that you are using. It makes builds reproducable! You can read a bit more about it [here](https://github.com/elm/compiler/blob/master/docs/elm.json/application.md).
14+
This file describes your project. It lists all of the packages you depend upon, so it will say the particular version of [`elm/core`](https://package.elm-lang.org/packages/elm/core/latest/) and [`elm/html`](https://package.elm-lang.org/packages/elm/html/latest/) that you are using. It makes builds reproducible! You can read a bit more about it [here](https://github.com/elm/compiler/blob/master/docs/elm.json/application.md).
1515
1616
You should generally not edit it by hand. It is better to add new dependencies with commands like `elm install elm/http` or `elm install elm/json`.
1717

0 commit comments

Comments
 (0)