Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 953555b

Browse files
committed
fix a typo
1 parent 6abcd61 commit 953555b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/block/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Embedding Blocks in WYSIWYG Content
297297
The CmfBlockBundle provides a Twig filter ``cmf_embed_blocks`` that
298298
scans through a content and looks for special tags to render blocks. To use
299299
the tag, you need to apply the ``cmf_embed_blocks`` filter to your output. This
300-
feature is a rather hacky solution for web editors to place blocks anywhere in
300+
feature is a hack to allow web editors to place blocks anywhere in
301301
their HTML content. If you can, render your blocks directly in the template.
302302
A better solution would be to build composed pages is to build it from blocks.
303303

0 commit comments

Comments
 (0)