lib/express_templates/components/capabilities/wrapping.rb in express_templates-0.3.1 vs lib/express_templates/components/capabilities/wrapping.rb in express_templates-0.3.2
- old
+ new
@@ -14,10 +14,10 @@
# fragments :menu_item, -> { li { menu_link(item) } },
# :menu_wrapper, -> { ul { _yield } }
#
# for_each -> { menu_items }
#
- # wrap_with :wrapper
+ # wrap_with :menu_wrapper
#
# end
#
# Note this example also uses Capabilities::Iterating.
#
\ No newline at end of file