Merge pull request #272 from bjax/bjax-patch-1

Fixed typo "delimeted" -> "delimited". Fixes #271.
pull/274/merge
cyoung 2016-02-20 08:30:29 -05:00
commit cebb1ba103
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -70,7 +70,7 @@
<label class="control-label col-xs-5">Watch List</label>
<form name="watchForm" ng-submit="updatewatchlist()" novalidate>
<!-- type="number" not supported except on mobile -->
<input class="col-xs-7" type="string" required ng-model="WatchList" placeholder="space-delimeted identifiers" ng-blur="updatewatchlist()" />
<input class="col-xs-7" type="string" required ng-model="WatchList" placeholder="space-delimited identifiers" ng-blur="updatewatchlist()" />
</form>
</div>
<div class="form-group reset-flow">