Skip to content

Commit 221f9b5

Browse files
author
Tom Hanoldt
committed
readme
1 parent 60cd1e9 commit 221f9b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM](https://nodei.co/npm/jquery.input.validator.png)](https://nodei.co/npm/jquery.input.validator/)
44

5-
This module helps to handle input validation based on standart html attributes.
5+
This module helps to handle input validation based on standard html attributes.
66

77
It is inspired by [jquery-validation](https://jqueryvalidation.org/) but has much less complexity, more comfort and is easy adjustable for complex setups.
88

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
"Tom Hanoldt <[email protected]>"
77
],
8-
"description": "This module helps to handle input validation based on standart html attributes.",
8+
"description": "This module helps to handle input validation based on standard html attributes.",
99
"main": "src/jquery.input.validator.coffee",
1010
"moduleType": [
1111
"globals"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery.input.validator",
33
"version": "1.0.1",
4-
"description": "This module helps to handle input validation based on standart html attributes.",
4+
"description": "This module helps to handle input validation based on standard html attributes.",
55
"main": "dist/jquery.input.validator.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)