Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix(index): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adrigzr committed Jun 25, 2019
1 parent cb9d968 commit 45b8eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file removed addon/.gitkeep
Empty file.
6 changes: 3 additions & 3 deletions tests/dummy/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="navbar-item">
<div class="buttons">
<a class="button" href="https://github.com/BBVAEngineering/ember-cli-web-components">
<strong>GiHub</strong>
<strong>GitHub</strong>
</a>
</div>
</div>
Expand All @@ -42,13 +42,13 @@
<h1 class="title">This is not an Ember App!</h1>
<h2 class="subtitle">Some examples...</h2>
<div class="columns">
<div class="column is-half">
<div class="column">
<div class="box">
<p class="subtitle">&lt;my-component/&gt;</p>
<my-component>This is a Web Component!</my-component>
</div>
</div>
<div class="column is-half">
<div class="column">
<div class="box">
<p class="subtitle">&lt;my-increment/&gt;</p>
<my-increment/>
Expand Down

0 comments on commit 45b8eef

Please sign in to comment.