Skip to content

Commit 212fdda

Browse files
committed
Fixed syntac typo
1 parent 32c8ab4 commit 212fdda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/templating/twig_function_reference/component_twig_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can pass optional parameters as the second argument. They are passed to the
1212

1313
### Examples
1414

15-
``` hmml+twig
15+
``` html+twig
1616
{{ ibexa_twig_component_group('storefront-before-maincart', {
1717
'cart' : cart|default(null)
1818
}) }}
@@ -25,7 +25,7 @@ You can pass optional parameters as the third argument. They are passed to the `
2525

2626
### Examples
2727

28-
``` hmml+twig
28+
``` html+twig
2929
{{ ibexa_twig_component('storefront-before-maincart', 'my-component', {
3030
'cart' : cart|default(null)
3131
}) }}

docs/templating/twig_function_reference/product_twig_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `ibexa_get_product()` filter gets the selected product based on either a pro
1111

1212
#### Examples
1313

14-
``` hmml+twig
14+
``` html+twig
1515
{{ (product|ibexa_get_product).code }}
1616
{{ (content|ibexa_get_product).code }}
1717
```
@@ -146,4 +146,4 @@ The `ibexa_product_catalog_group_attributes` filter groups product attributes ba
146146
{% endfor %}
147147
</ul>
148148
{% endfor %}
149-
```
149+
```

0 commit comments

Comments
 (0)