Skip to content

Commit fe915d3

Browse files
authored
Fix URL pointing to Phoenix.Component (#6554)
- add missing top level domain in the URL pointing to Phoenix.Component
1 parent f2a6f31 commit fe915d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this chapter, we will recap how components are used and dig deeper to discove
1616

1717
## Function components
1818

19-
Function components are the essential building block for any kind of markup-based template rendering you'll perform in Phoenix. They serve as a shared abstraction for the standard MVC controller-based applications, LiveView applications, layouts, and smaller UI definitions you'll use throughout other templates. Their documentation is available in [the `Phoenix.Component` module](https://hexdocs/phoenix_live_view/Phoenix.Component.html).
19+
Function components are the essential building block for any kind of markup-based template rendering you'll perform in Phoenix. They serve as a shared abstraction for the standard MVC controller-based applications, LiveView applications, layouts, and smaller UI definitions you'll use throughout other templates. Their documentation is available in [the `Phoenix.Component` module](https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html).
2020

2121
At the end of the Request life-cycle chapter, we created a template at `lib/hello_web/controllers/hello_html/show.html.heex`, let's open it up:
2222

0 commit comments

Comments
 (0)