Skip to content

Commit

Permalink
Merge pull request #585 from marcelmorgan/patch-1
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
halfzebra authored May 15, 2021
2 parents 5c21685 + fbea9d1 commit 8a148da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Do you remember `logger` in JavaScript? Let's declare the port:
port logger : String -> Cmd msg
```

and use it to call JavaScript in you update function.
and use it to call JavaScript in your update function.

```elm
update : Msg -> Model -> ( Model, Cmd Msg )
Expand Down

0 comments on commit 8a148da

Please sign in to comment.