From 1ab37e19d742c779416240b7fe36c79fed6d6ee5 Mon Sep 17 00:00:00 2001 From: Keith Gautreaux Date: Tue, 12 Sep 2023 10:01:16 -0700 Subject: [PATCH] Clarify comment for render in template lifecyle (#348) --- lib/beacon/lifecycle/template.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/beacon/lifecycle/template.ex b/lib/beacon/lifecycle/template.ex index 3216b739..f063994b 100644 --- a/lib/beacon/lifecycle/template.ex +++ b/lib/beacon/lifecycle/template.ex @@ -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()