Skip to content

Commit

Permalink
fix(typo): fix typo in toast notification (carbon-design-system#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Dec 1, 2017
1 parent 8ca3986 commit 26639d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/notification/toast-notification.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div data-notification class="bx--toast-notification bx--toast-notification--error" role="alert">
<div class="bx--toast-notification__details">
<h3 class="bx--toast-notification__title">Notificaiton title</h3>
<h3 class="bx--toast-notification__title">Notification title</h3>
<p class="bx--toast-notification__subtitle">Subtitle text goes here.</p>
<p class="bx--toast-notification__caption">Time stamp [00:00:00]</p>
</div>
Expand All @@ -13,7 +13,7 @@ <h3 class="bx--toast-notification__title">Notificaiton title</h3>

<div data-notification class="bx--toast-notification bx--toast-notification--info" aria-live="polite">
<div class="bx--toast-notification__details">
<h3 class="bx--toast-notification__title">Notificaiton title</h3>
<h3 class="bx--toast-notification__title">Notification title</h3>
<p class="bx--toast-notification__subtitle">Subtitle text goes here.</p>
<p class="bx--toast-notification__caption">Time stamp [00:00:00]</p>
</div>
Expand All @@ -26,7 +26,7 @@ <h3 class="bx--toast-notification__title">Notificaiton title</h3>

<div data-notification class="bx--toast-notification bx--toast-notification--success" aria-live="polite">
<div class="bx--toast-notification__details">
<h3 class="bx--toast-notification__title">Notificaiton title</h3>
<h3 class="bx--toast-notification__title">Notification title</h3>
<p class="bx--toast-notification__subtitle">Subtitle text goes here.</p>
<p class="bx--toast-notification__caption">Time stamp [00:00:00]</p>
</div>
Expand All @@ -39,7 +39,7 @@ <h3 class="bx--toast-notification__title">Notificaiton title</h3>

<div data-notification class="bx--toast-notification bx--toast-notification--warning" role="alert">
<div class="bx--toast-notification__details">
<h3 class="bx--toast-notification__title">Notificaiton title</h3>
<h3 class="bx--toast-notification__title">Notification title</h3>
<p class="bx--toast-notification__subtitle">Subtitle text goes here.</p>
<p class="bx--toast-notification__caption">Time stamp [00:00:00]</p>
</div>
Expand Down

0 comments on commit 26639d8

Please sign in to comment.