Skip to content

Commit

Permalink
- fixed typo in README and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepotier committed Jun 6, 2013
1 parent fa7f4a4 commit a574782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ See TODO.md

# Browser compatibility

- IE 7/8 with jQuery < 1.9 and parsley.min, not parsley.standalone
- IE 9+
- IE 7/8 (with jQuery < 2.x.x, parsley.min, not parsley.standalone)
- IE 9+ (latest jQuery and Zepto)
- FF 14+
- Chrome

Expand Down
2 changes: 1 addition & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2>Demonstration</h2>
<span class="label label-important">Heads up!</span> <strong>Le #UX touch</strong>:
<ul>
<li>
<strong>Min char validation</strong>: Parsley by default <strong>does not proceed with field validation when less than 3 chars have been input</strong>. Do not assault your users with error messages to soon! <i>(this behavior is configurable)</i>.
<strong>Min char validation</strong>: Parsley by default <strong>does not proceed with field validation when less than 3 chars have been input</strong>. Do not assault your users with error messages too soon! <i>(this behavior is configurable)</i>.
</li>
<li>
<strong>Quick error removal</strong>: when a field is detected and shown as invalid, further checks are done on each keypress to try to <strong>quickly remove error messages once the field is ok</strong>.
Expand Down

0 comments on commit a574782

Please sign in to comment.