From: Jeroen Guyt Date: Sat, 21 Dec 2019 10:01:42 +0000 (+0100) Subject: Fix typo X-Git-Tag: v6.6.2^2~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11948%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typo --- diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index ec31bfa90..6f53e064a 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -324,7 +324,7 @@ Use the `.code-block` component to create a block of code. ```
-

It is recommanded to use the appropriate semantic markup for your content (`` for code, `

` for pre-formatted text). Styling classes `.code-inline` and `.code-block` should be used without semantic markup only if the content is NOT code/pre-formatted text but should be displayed as if.

+

It is recommended to use the appropriate semantic markup for your content (`` for code, `

` for pre-formatted text). Styling classes `.code-inline` and `.code-block` should be used without semantic markup only if the content is NOT code/pre-formatted text but should be displayed as if.

---