Skip to content

Commit 8ca76a2

Browse files
authored
fix a couple of typos (#6672)
1 parent 6214d83 commit 8ca76a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Phoenix endpoint pipeline takes a request, routes it to a controller, and ca
1010
>
1111
> * [`phoenix_html`](https://hexdocs.pm/phoenix_html) - defines the building blocks for writing HTML safely. In your project, you'll interact primarily with the `Phoenix.HTML` module, which is imported by default in all templates
1212
>
13-
> * [`phoenix_live_view`](https://hexdocs.pm/phoenix_live_view) - a library for rich, real-time user experiences with server-rendered HTML. While LiveView provides several abstraction for building collaborative and dynamic applications, it also defines the `HEEx` template language, function components, and JS commands, which brings powerful abstractions for all kinds of server-rendered HTML applications
13+
> * [`phoenix_live_view`](https://hexdocs.pm/phoenix_live_view) - a library for rich, real-time user experiences with server-rendered HTML. While LiveView provides several abstractions for building collaborative and dynamic applications, it also defines the `HEEx` template language, function components, and JS commands, which bring powerful abstractions for all kinds of server-rendered HTML applications
1414
1515
In this chapter, we will recap how components are used and dig deeper to discover new use cases.
1616

0 commit comments

Comments
 (0)