Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo committed Sep 13, 2016
1 parent 7f89a26 commit 3f93bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module1-solution/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ <h3>Please enter food items bellow*</h3>
<input type="text" ng-model="foods" placeholder="SEPARE BY CSV">
<button ng-click="checkFood()">Check If Too Much</button>
<p>{{message}}</p>
<h5>* We Do NOT consider and empty item, i.e., , , as an item</h5>
<h5>* We Do NOT consider a empty item, i.e., , , as an item</h5>
</body>
</html>

0 comments on commit 3f93bc1

Please sign in to comment.