diff --git a/book/interop/custom_elements.md b/book/interop/custom_elements.md index f3dfb6b7..8b7cbc41 100644 --- a/book/interop/custom_elements.md +++ b/book/interop/custom_elements.md @@ -64,7 +64,7 @@ Load that before you initialize your Elm code, and you will be able to write cod ```elm import Html exposing (Html, node) -import Html.Attributes (attribute) +import Html.Attributes exposing (attribute) viewDate : String -> Int -> Int -> Html msg viewDate lang year month =