1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-20 22:22:05 +02:00

Merge pull request #433 from nilesh-n/patch-1

fix: update typos in website copy
This commit is contained in:
Trezy 2020-08-14 11:34:44 -05:00 committed by GitHub
commit ebcb62a805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,7 +460,7 @@ const sampleCollection = [
title: 'reaction-icons',
showCode: false,
description:
'If you wanto to change icon size, please use "is-small", "is-medium" and "is-large".',
'If you want to change icon size, please use "is-small", "is-medium" and "is-large".',
code: `<section class="icon-list">
<!-- heart -->
<i class="nes-icon is-large heart"></i>
@ -483,7 +483,7 @@ const sampleCollection = [
title: 'sns-icons',
showCode: false,
description:
'If you wanto to change icon size, please use "is-small", "is-medium" and "is-large".',
'If you want to change icon size, please use "is-small", "is-medium" and "is-large".',
code: `<section class="icon-list">
<!-- twitter -->
<i class="nes-icon twitter is-large"></i>
@ -526,7 +526,7 @@ const sampleCollection = [
title: 'other-icons',
showCode: false,
description:
'If you wanto to change icon size, please use "is-small", "is-medium" and "is-large".',
'If you want to change icon size, please use "is-small", "is-medium" and "is-large".',
code: `<section class="icon-list">
<!-- close -->
<i class="nes-icon close is-large"></i>