Skip to content

Commit b2fcd82

Browse files
committed
Fix typo
1 parent 26cec03 commit b2fcd82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Application/config/packages/bitbag_sylius_cms_plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ sylius_fixtures:
203203
- "666F_boyfriend_jeans_with_rips"
204204
- "727F_patched_cropped_jeans"
205205
- "111F_patched_jeans_with_fancy_badges"
206-
media_with_parameteres:
206+
media_with_parameters:
207207
channels:
208208
- "FASHION_WEB"
209209
type: image

tests/Application/templates/bundles/SyliusShopBundle/Homepage/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
<div class="column">
3535
<div class="ui fluid segment">
36-
{{ bitbag_cms_render_media('media_with_parameteres', "examples/media_custom_template.html.twig")}}
36+
{{ bitbag_cms_render_media('media_with_parameters', "examples/media_custom_template.html.twig")}}
3737
</div>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)