diff --git a/docs/cheat-sheet.md b/docs/cheat-sheet.md index 8c4ca30..18edea1 100644 --- a/docs/cheat-sheet.md +++ b/docs/cheat-sheet.md @@ -223,7 +223,7 @@ images when used in an `` tag. ## Format size ```twig -{{ 12345|format_size() }} +{{ 12345|format_size }} ``` ## Truncate diff --git a/docs/migration-to-3.x.md b/docs/migration-to-3.x.md index 9195ce0..b2e58aa 100644 --- a/docs/migration-to-3.x.md +++ b/docs/migration-to-3.x.md @@ -38,14 +38,14 @@ function preprocess_page(array &$variables): void { element. This may break some CSS rules. Before: -```HTML +```html
Block content
``` After: -```HTML +```html
Block content