]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo 11948/head
authorJeroen Guyt <orbex1@gmail.com>
Sat, 21 Dec 2019 10:01:42 +0000 (11:01 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Dec 2019 10:01:42 +0000 (11:01 +0100)
docs/pages/typography-base.md

index ec31bfa907c7697d67ab6ed0a86d620eb57ec97e..6f53e064a2996d969ad248b9fa132e9be09e40d2 100644 (file)
@@ -324,7 +324,7 @@ Use the `.code-block` component to create a block of code.
 ```
 
 <div class="callout info">
-  <p>It is recommanded to use the appropriate semantic markup for your content (`<code>` for code, `<pre>` 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.</p>
+  <p>It is recommended to use the appropriate semantic markup for your content (`<code>` for code, `<pre>` 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.</p>
 </div>
 
 ---