Skip to content

Commit

Permalink
Typos in the landing pag
Browse files Browse the repository at this point in the history
  • Loading branch information
priandsf committed Jul 14, 2020
1 parent 2dba68c commit 943b075
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static-site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ <h3 style="text-align: center; margin-top: 1em; margin-left: 0;">Sample Applicat
<img class="img-fluid" src="assets/Storybook-app.png" alt="lwc-app"/>
</div>
</a>
<div style="text-align: center; margin-left:2em; margin-right: 2em;">
This is a sample application exposing its own stories as well as the library it depends on.
<div style="text-align: center; margin-left:2em; margin-right: 2em; margin-top: 8px;">
This is a sample application exposing its own stories as well as the ones from the library it depends on.
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5">
Expand All @@ -50,8 +50,8 @@ <h3 style="text-align: center; margin-top: 1em; margin-left: 0;">Sample Library<
<img src="assets/Storybook-lib.png" alt="lwc-library"/>
</div>
</a>
<div style="text-align: center; margin-left:2em; margin-right: 2em;">
This is a library exposing its own stories. These stories ar also exported to the application Storybook.
<div style="text-align: center; margin-left:2em; margin-right: 2em; margin-top: 8px;">
This is a library exposing its own stories. These stories are also exported to the application Storybook.
</div>
</div>
</div>
Expand Down

0 comments on commit 943b075

Please sign in to comment.