Skip to content

Commit

Permalink
I Can't spell worth...
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Keller committed Sep 6, 2013
1 parent 206c4df commit 221a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/modals/debit_customer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div {{bindAttr class=":control-group view.model.validationErrors.description:error"}}>
<label class="control-label">Description</label>
<div class="controls">
{{view Ember.TextField valueBinding="view.model.description" name="description" class="full" maxlenght="100"}}
{{view Ember.TextField valueBinding="view.model.description" name="description" class="full" maxlength="100"}}
</div>
</div>
</div>
Expand Down

0 comments on commit 221a2e2

Please sign in to comment.