Skip to content

Commit

Permalink
v4: KS - typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jan 29, 2019
1 parent 19d4039 commit 3d16277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kitchen-sink/core/pages/cards-expandable.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="page-content">
<div class="block">
<p>In addition to usual <a href="/cards/">Cards</a> there are also Expandable Cards that allow to store more information and illustrations about particular subject</p>
<p>In addition to usual <a href="/cards/">Cards</a> there are also Expandable Cards that allow to store more information and illustrations about particular subject.</p>
</div>
<div class="demo-expandable-cards">
<div class="card card-expandable">
Expand Down
2 changes: 1 addition & 1 deletion kitchen-sink/react/src/pages/cards-expandable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default () => (
<Navbar title="Cards Expandable" backLink="Back" />

<Block>
<p>In addition to usual <a href="/cards/">Cards</a> there are also Expandable Cards that allow to store more information and illustrations about particular subject</p>
<p>In addition to usual <a href="/cards/">Cards</a> there are also Expandable Cards that allow to store more information and illustrations about particular subject.</p>
</Block>

<div classNmae="demo-expandable-cards">
Expand Down
2 changes: 1 addition & 1 deletion kitchen-sink/vue/src/pages/cards-expandable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<f7-navbar title="Cards Expandable" back-link="Back"></f7-navbar>

<f7-block>
<p>In addition to usual <a href="/cards/">Cards</a> there are also Expandable Cards that allow to store more information and illustrations about particular subject</p>
<p>In addition to usual <a href="/cards/">Cards</a> there are also Expandable Cards that allow to store more information and illustrations about particular subject.</p>
</f7-block>

<div class="demo-expandable-cards">
Expand Down

0 comments on commit 3d16277

Please sign in to comment.