Skip to content

Commit e163c4d

Browse files
committed
fixed typo
1 parent 815a27c commit e163c4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Neither the browser add-on nor the VS Code extension will host a server for: `PH
3232

3333
### News
3434

35-
* #### Verision 1.2.0 (26.10.17)
35+
* #### Verision 1.2.0 (17.05.18)
3636
* Serious Bug Fixed
3737

38-
* #### Verision 1.1.0 (26.10.17)
38+
* #### Verision 1.1.0 (17.05.18)
3939
* ***[Bug Fixed]*** This extension was broken with Live Server v4.0.0 update. [[#127](https://github.com/ritwickdey/vscode-live-server/issues/127)]
4040
* Popup window UI updated
4141
* Docs updated.

popup/popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div></div>
1616
Web Extension
1717

18-
<p>"Makes your existing server live."</p>
18+
<p>"Makes your existing server live"</p>
1919
</div>
2020
<div class="content">
2121
<div class="row">
@@ -57,7 +57,7 @@
5757
</div>
5858
<div class="footer">
5959
<a target="_blank" href="https://github.com/ritwickdey/live-server-web-extension">Need Help?</a>
60-
<p>NOTE: You need two server. Live Server will give `live` power of your existing server (May be Wamp, XAMPP or IIS
60+
<p>NOTE: You need two server. Live Server will give `live` power of your existing server (May be Wamp, XAMPP, IIS
6161
or Node.js)</p>
6262
</div>
6363
<script src="./popup.js"></script>

0 commit comments

Comments
 (0)