From fbea9d1056dd8fdd3922d35d6ea27402fca8f8c9 Mon Sep 17 00:00:00 2001 From: Marcel Morgan <371739+mcmorgan@users.noreply.github.com> Date: Fri, 12 Feb 2021 11:02:33 +0000 Subject: [PATCH] Fix grammar --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )