Typo fix in README.md (@behavior => @behaviour)

This commit is contained in:
Michel Belleville 2020-10-20 15:38:46 +02:00 committed by GitHub
parent 7d28953543
commit f75774c626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ For example, if I were to define a `flex` component, I would create the followin
```elixir
defmodule MyAppWeb.Components.Flex do
@behavior Temple.Component
@behaviour Temple.Component
@impl Temple.Component
def render do