Fixes typo of "informaiton" to "information" (#20528)

Fixes typo of "informaiton" to "information" under Usage section.
This commit is contained in:
Santino Valenzuela
2018-10-30 23:04:26 -04:00
committed by Tom
parent 2e7c6e32fe
commit f02bba950b

View File

@ -7,7 +7,7 @@ title: Blockquote Tag
The HTML `<blockquote>` 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 `<blockquote>` 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 `<cite>` 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 `<blockquote>` 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 `<cite>` element.
### Example
```html