From f02bba950b890fa36125400109c016417dcafc6b Mon Sep 17 00:00:00 2001 From: Santino Valenzuela <41457708+valenzsa@users.noreply.github.com> Date: Tue, 30 Oct 2018 23:04:26 -0400 Subject: [PATCH] Fixes typo of "informaiton" to "information" (#20528) Fixes typo of "informaiton" to "information" under Usage section. --- guide/english/html/elements/blockquote-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/elements/blockquote-tag/index.md b/guide/english/html/elements/blockquote-tag/index.md index b792dbdece..c79b1c97f2 100644 --- a/guide/english/html/elements/blockquote-tag/index.md +++ b/guide/english/html/elements/blockquote-tag/index.md @@ -7,7 +7,7 @@ title: Blockquote Tag The HTML `
` element breaks out a quote from the surrounding content. This allows the reader to clearly see the quotation as material attributed to it's original author. ### Usage -Just like the "H" tags send signals to a reader that the informaiton is important, the blockquote alerts a reader that the information they're reading is from an outside source. The `
` tag can include A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the `` element. +Just like the "H" tags send signals to a reader that the information is important, the blockquote alerts a reader that the information they're reading is from an outside source. The `
` tag can include A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the `` element. ### Example ```html