Merge pull request #99 from Bastes/patch-1

Typo fix in README.md (@behavior => @behaviour)
This commit is contained in:
Mitchell Hanberg 2020-10-20 09:41:50 -04:00 committed by GitHub
commit db110d4241
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