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

Commit 45b8eef

Browse files
committed
fix(index): typos
1 parent cb9d968 commit 45b8eef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

addon/.gitkeep

Whitespace-only changes.

tests/dummy/app/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="navbar-item">
3030
<div class="buttons">
3131
<a class="button" href="https://github.com/BBVAEngineering/ember-cli-web-components">
32-
<strong>GiHub</strong>
32+
<strong>GitHub</strong>
3333
</a>
3434
</div>
3535
</div>
@@ -42,13 +42,13 @@
4242
<h1 class="title">This is not an Ember App!</h1>
4343
<h2 class="subtitle">Some examples...</h2>
4444
<div class="columns">
45-
<div class="column is-half">
45+
<div class="column">
4646
<div class="box">
4747
<p class="subtitle">&lt;my-component/&gt;</p>
4848
<my-component>This is a Web Component!</my-component>
4949
</div>
5050
</div>
51-
<div class="column is-half">
51+
<div class="column">
5252
<div class="box">
5353
<p class="subtitle">&lt;my-increment/&gt;</p>
5454
<my-increment/>

0 commit comments

Comments
 (0)