Skip to content

Commit 4703f58

Browse files
authored
Fix typo and reformat (#14317)
Removed a repeated word, and reformatted to ensure correct line length.
1 parent 3161b5f commit 4703f58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dotcom-rendering/src/devServer/docs/article.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ const Format = () => (
142142
<dt>Theme</dt>
143143
<dd>
144144
Primarily influences the fonts and colours of an article. It can
145-
can be thought of as a superset of "pillar", i.e. all the
146-
pillars are considered themes, but there are some additional
147-
themes that are not pillars. The values are:{' '}
148-
{formatValues(Pillar)}, {formatValues(ArticleSpecial)}.
145+
be thought of as a superset of "pillar", i.e. all the pillars
146+
are considered themes, but there are some additional themes that
147+
are not pillars. The values are: {formatValues(Pillar)},{' '}
148+
{formatValues(ArticleSpecial)}.
149149
</dd>
150150
</dl>
151151
<p>

0 commit comments

Comments
 (0)