diff --git a/template/README.md b/template/README.md index 8d10983d..a02254ae 100644 --- a/template/README.md +++ b/template/README.md @@ -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 )