Skip to content

Commit 60d8778

Browse files
committed
Fixed typos in app.component.html
1 parent 9c258b1 commit 60d8778

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

BUILD.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CALL npm install
2+
CALL npm run lint
3+
CALL npm run build
4+
CALL npm run packagr

src/app/app.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<h1>Silly Spinner (ngx-ngx-silly-spinner) Demo</h1>
1+
<h1>Silly Spinner (ngx-silly-spinner) Demo</h1>
22

33
<div class="row">
44

55
<div class="col-md-3">
66
<h2>Status: Pending</h2>
77
<div class="panel panel-default">
88
<div class="panel-body panel-body-demo">
9-
<ngx-silly-spinner [observable]="pendingObservable">(Should never be seen!)</ngx-ngx-silly-spinner>
9+
<ngx-silly-spinner [observable]="pendingObservable">(Should never be seen!)</ngx-silly-spinner>
1010
</div>
1111
</div>
1212
<p>You should see: A weirdly moving Silly Spinner.</p>

0 commit comments

Comments
 (0)