From 5a50acd06d54ec1f3fc136357f8f55f0cf176fba Mon Sep 17 00:00:00 2001 From: May Matyi Date: Wed, 3 Jan 2024 11:53:16 -0800 Subject: [PATCH] Fix typo in example --- guides/introduction/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/introduction/overview.md b/guides/introduction/overview.md index f0e229d3..9a1e58cf 100644 --- a/guides/introduction/overview.md +++ b/guides/introduction/overview.md @@ -26,9 +26,9 @@ defmodule MyAppWeb.HelloLive do - + Hello world on <%= device_name(assigns) %>! - + """ end @@ -141,4 +141,4 @@ materials include the [Elixir guides](https://elixir-lang.org/getting-started/in [Elixir learning resources page](https://elixir-lang.org/learning.html), [Phoenix guides](https://hexdocs.pm/phoenix/overview.html), [Phoenix community page](https://hexdocs.pm/phoenix/community.html) and the [Phoenix LiveView HexDocs](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html). -With those prerequisites out of the way, [let's get LiveView Native installed](./installation.md)! \ No newline at end of file +With those prerequisites out of the way, [let's get LiveView Native installed](./installation.md)!