diff --git a/lib/volt/page/targets/base_section.rb b/lib/volt/page/targets/base_section.rb index c04980ea..51702b3b 100644 --- a/lib/volt/page/targets/base_section.rb +++ b/lib/volt/page/targets/base_section.rb @@ -34,7 +34,7 @@ def set_content_to_template(volt_app, template_name) html = template['html'] bindings = template['bindings'] else - html = "<div>-- < missing view or tag at #{template_name.inspect}, make sure it's component is included in dependencies.rb > --</div>" + html = "<div>-- < missing view or tag at #{template_name.inspect}, make sure its component is included in dependencies.rb > --</div>" bindings = {} end diff --git a/lib/volt/page/targets/dom_template.rb b/lib/volt/page/targets/dom_template.rb index ba6bb138..e8c302e4 100644 --- a/lib/volt/page/targets/dom_template.rb +++ b/lib/volt/page/targets/dom_template.rb @@ -16,7 +16,7 @@ def initialize(volt_app, template_name) html = template['html'] @bindings = template['bindings'] else - html = "<div>-- < missing view or tag at #{template_name.inspect}, make sure it's component is included in dependencies.rb > --</div>" + html = "<div>-- < missing view or tag at #{template_name.inspect}, make sure its component is included in dependencies.rb > --</div>" @bindings = {} end