From 1220f34bf9c64b6172e4c0865e6d2f5990798fd8 Mon Sep 17 00:00:00 2001 From: Jeroen Guyt Date: Sat, 21 Dec 2019 11:01:42 +0100 Subject: [PATCH] Fix typo --- docs/pages/typography-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

--- -- 2.47.2