Skip to content

Commit 8850ea8

Browse files
authored
docs(playground): fix typo (#2)
1 parent 58b9fea commit 8850ea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/playground/webapp/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,21 @@ <h2 class="heading">Try out the demo apps</h2>
8787
<div class="card-top">
8888
<img class="framework-logo margin-bottom" src="./images/angular.svg" alt="Angular Logo">
8989
<p class="framework-description margin-bottom">We have a demo in Angular</p>
90-
<h2>Comming Soon!</h2>
90+
<h2>Coming Soon!</h2>
9191
</div>
9292
</div>
9393
<div class="card">
9494
<div class="card-top">
9595
<img class="framework-logo margin-bottom" src="./images/react.svg" alt="Reacy Logo">
9696
<p class="framework-description margin-bottom">...but how about ReactJS...</p>
97-
<h2>Comming Soon!</h2>
97+
<h2>Coming Soon!</h2>
9898
</div>
9999
</div>
100100
<div class="card">
101101
<div class="card-top">
102102
<img class="framework-logo margin-bottom" src="./images/vue.svg" alt="Vue Logo">
103103
<p class="framework-description margin-bottom">...or if you fancy VueJS?</p>
104-
<h2>Comming Soon!</h2>
104+
<h2>Coming Soon!</h2>
105105
</div>
106106
</div>
107107
</div>

0 commit comments

Comments
 (0)