Skip to content

Commit

Permalink
Merge pull request #111 from liveview-native/fix-hex-docs-intro-example
Browse files Browse the repository at this point in the history
Fix typo in example
  • Loading branch information
supernintendo authored Jan 3, 2024
2 parents 7a2ad72 + 5a50acd commit d4ef835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/introduction/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ defmodule MyAppWeb.HelloLive do
<Button phx-click="hello">
<Image class="fg-color-purple font-size-48 p-8" system-name="sparkles"></Image>
</Button>
<VStack spacing={4}>
<HStack spacing={4}>
Hello world on <Text class="bold"><%= device_name(assigns) %></Text>!
</VStack>
</HStack>
</VStack>
"""
end
Expand Down Expand Up @@ -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)!
With those prerequisites out of the way, [let's get LiveView Native installed](./installation.md)!

0 comments on commit d4ef835

Please sign in to comment.