Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorm Casper committed Dec 15, 2014
1 parent 5ca5ecc commit deb2259
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 @@ -183,7 +183,7 @@ By default, nod considers an element `unchecked` until a user types something
into it (or in some other way triggers a check). You can change this, by adding
a `defaultStatus`:

```javascipt
```javascript
myNod.add({
selector: '.foo',
validate: 'presence',
Expand All @@ -207,7 +207,7 @@ Consider this example. First some html with a page where I can change my name
<button type='submit' class='submit-name'>Change your name</button>
```

```javascipt
```javascript
var myNod = nod();

myNod.configure({
Expand Down
2 changes: 1 addition & 1 deletion nod.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
*
*
* nod v.2.0
* nod v.2.0.1
* Gorm Casper
*
*
Expand Down

0 comments on commit deb2259

Please sign in to comment.