diff --git a/docs/guide/templates.md b/docs/guide/templates.md index 1319b0c4c..f3681a8c0 100644 --- a/docs/guide/templates.md +++ b/docs/guide/templates.md @@ -87,7 +87,7 @@ _**Note**: `call_*` methods must be public._ Since 3.0.0 {: .label } -To define a template inside a component call the `.TEMPLATE_HANDLER_template` macro: +To define a template inside a component, call the `.TEMPLATE_HANDLER_template` macro: ```ruby class InlineErbComponent < ViewComponent::Base