Skip to content

Commit

Permalink
docs: Fixes typo on 02-blog-example.md (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldaviddelacruz authored Jan 25, 2024
1 parent c15a206 commit f0da7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/06-static-rendering/02-blog-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ templ contentComponent(title string, body templ.Component) {
<body>
<h1>{ title }</h1>
<div class="content">
{! body }
@body
</div>
</body>
}
Expand Down

0 comments on commit f0da7fd

Please sign in to comment.