Skip to content

Commit

Permalink
Remove extra words in demo/index.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
rars committed Apr 30, 2017
1 parent ccf4f63 commit 1ebc8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -18,7 +18,7 @@
<h1>AngularJS Environment Plugin</h1>
<p>Let's see if it works</p>
<hr>
<h3>The current environment is <span style="color: blue;">{{environment}}</span> and this are the their vars</h3>
<h3>The current environment is <span style="color: blue;">{{environment}}</span> and this is their vars</h3>
<ul>
<li ng-repeat="(k, v) in vars"><code>{{k}} —→ {{v}}</code></li>
</ul>
Expand Down

0 comments on commit 1ebc8b2

Please sign in to comment.