Skip to content

Commit

Permalink
Minor edit 鉁忥笍
Browse files Browse the repository at this point in the history
  • Loading branch information
AllThingsSmitty committed Sep 14, 2016
1 parent 6e07eed commit f35d128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -168,7 +168,7 @@ $.post('sign_up.php', {
});
```

However, all of those `val()` calls is expensive. A better way of collecting the user inputs is using the `serialize()` function which collects the user inputs as a string:
However, all of those `val()` calls are expensive. A better way of collecting the user inputs is using the `serialize()` function which collects the user inputs as a string:

```javascript
$.post('sign_up', $('#sign-up-form').serialize());
Expand Down

0 comments on commit f35d128

Please sign in to comment.