Skip to content

Commit

Permalink
docs(playground): fix typo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MapTo0 authored Feb 11, 2019
1 parent 58b9fea commit 8850ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/playground/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ <h2 class="heading">Try out the demo apps</h2>
<div class="card-top">
<img class="framework-logo margin-bottom" src="./images/angular.svg" alt="Angular Logo">
<p class="framework-description margin-bottom">We have a demo in Angular</p>
<h2>Comming Soon!</h2>
<h2>Coming Soon!</h2>
</div>
</div>
<div class="card">
<div class="card-top">
<img class="framework-logo margin-bottom" src="./images/react.svg" alt="Reacy Logo">
<p class="framework-description margin-bottom">...but how about ReactJS...</p>
<h2>Comming Soon!</h2>
<h2>Coming Soon!</h2>
</div>
</div>
<div class="card">
<div class="card-top">
<img class="framework-logo margin-bottom" src="./images/vue.svg" alt="Vue Logo">
<p class="framework-description margin-bottom">...or if you fancy VueJS?</p>
<h2>Comming Soon!</h2>
<h2>Coming Soon!</h2>
</div>
</div>
</div>
Expand Down

0 comments on commit 8850ea8

Please sign in to comment.