From f75774c6264f556cd01795809c1cf4514e387fc8 Mon Sep 17 00:00:00 2001 From: Michel Belleville Date: Tue, 20 Oct 2020 15:38:46 +0200 Subject: [PATCH] Typo fix in README.md (@behavior => @behaviour) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e965c04..366ef07 100644 --- a/README.md +++ b/README.md @@ -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