Skip to content

Commit fbea9d1

Browse files
authored
Fix grammar
1 parent 5c21685 commit fbea9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Do you remember `logger` in JavaScript? Let's declare the port:
240240
port logger : String -> Cmd msg
241241
```
242242

243-
and use it to call JavaScript in you update function.
243+
and use it to call JavaScript in your update function.
244244

245245
```elm
246246
update : Msg -> Model -> ( Model, Cmd Msg )

0 commit comments

Comments
 (0)