Skip to content

Commit bb6266a

Browse files
committed
bug #11322 fix typo spaccer => spacer (nealio82)
This PR was merged into the master branch. Discussion ---------- fix typo `spaccer` => `spacer` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ecede2d fix typo `spaccer` => `spacer`
2 parents 98dfd5d + ecede2d commit bb6266a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ contents from Inky to HTML:
549549
<container>
550550
<row class="header">
551551
<columns>
552-
<spaccer size="16"></spacer>
552+
<spacer size="16"></spacer>
553553
<h1 class="text-center">Welcome {{ username }}!</h1>
554554
</columns>
555555

0 commit comments

Comments
 (0)