Skip to content

Commit

Permalink
Merge pull request #690 from hotpxl/patch-1
Browse files Browse the repository at this point in the history
fix README.md typo
  • Loading branch information
fb55 committed Mar 23, 2015
2 parents 16e4e60 + 35b3bbd commit 909245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Encode a set of form elements as an array of names and values.

```js
$('<form><input name="foo" value="bar" /></form>').serializeArray()
//=> [ { name: 'foo', valule: 'bar' } ]
//=> [ { name: 'foo', value: 'bar' } ]
```

### Traversing
Expand Down

0 comments on commit 909245d

Please sign in to comment.