Skip to content

Commit c175089

Browse files
chore(README.md): fixing typo in docs
1 parent a3f96d5 commit c175089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class YourAppComponent {}
165165
<ngx-skeleton-loader></ngx-skeleton-loader>
166166
<!-- above line will produce a skeleton component using `height: 30px;`" -->
167167
<ngx-skeleton-loader [theme]="{background: 'blue'}"></ngx-skeleton-loader>
168-
<!-- above line will produce a skeleton component using `height: 30px; background: red;`" -->
168+
<!-- above line will produce a skeleton component using `height: 30px; background: blue;`" -->
169169
<ngx-skeleton-loader [theme]="{height: '50px', background: 'red'}"></ngx-skeleton-loader>
170170
<!-- above line will produce a skeleton component using `height: 50px; background: red;`" -->
171171
</div>

0 commit comments

Comments
 (0)