Merge pull request #99 from Bastes/patch-1
Typo fix in README.md (@behavior => @behaviour)
This commit is contained in:
commit
db110d4241
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue