From bfffb1fb30010c3cb8420bd4009e49d1efa90f3c Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 9 Feb 2016 10:44:34 +0530 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit `italizie` → `italicize` --- docs/pages/base-typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/base-typography.md b/docs/pages/base-typography.md index d4e63b66a..40a6b6db6 100644 --- a/docs/pages/base-typography.md +++ b/docs/pages/base-typography.md @@ -18,7 +18,7 @@ tags: ## Paragraphs -This is a paragraph. Paragraphs are preset with a font size, line height and spacing to match the overall vertical rhythm. To show what a paragraph looks like this needs a little more content—so, did you know that there are storms occurring on Jupiter that are larger than the Earth? Pretty cool. Use the `` and `` tags to denote text that should be displayed or read with emphasis. Browsers will bold and italizie them, while screen readers will read the words with *emphasis*. +This is a paragraph. Paragraphs are preset with a font size, line height and spacing to match the overall vertical rhythm. To show what a paragraph looks like this needs a little more content—so, did you know that there are storms occurring on Jupiter that are larger than the Earth? Pretty cool. Use the `` and `` tags to denote text that should be displayed or read with emphasis. Browsers will bold and italicize them, while screen readers will read the words with *emphasis*.

If the emphasis of a phrase is important, don't make the emphasis purely visual—use the `` or `` tags to mark it as well. Both of these tags have built-in styles, but there's no harm in adding additional styles in specific contexts.

-- 2.47.2