Skip to content

Commit

Permalink
Clarify comment for render in template lifecyle (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgautreaux authored Sep 12, 2023
1 parent 3c19526 commit 1ab37e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beacon/lifecycle/template.ex
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ defmodule Beacon.Lifecycle.Template do
## Notes
- This stage runs in the render callback of the LiveView responsible for displaying the page.
- It will load and compile the page module if it wasn't not loaded yet.
- It will load and compile the page module if it was not loaded yet.
"""
@spec render_template(Beacon.Content.Page.t(), module(), map(), Macro.Env.t()) :: Beacon.Template.t()
Expand Down

0 comments on commit 1ab37e1

Please sign in to comment.