Skip to content
This repository was archived by the owner on Dec 25, 2017. It is now read-only.

Commit 3b61160

Browse files
fabienbancharelkazupon
authored andcommitted
typo correction for "password" (#201)
1 parent a646f8d commit 3b61160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ new Vue({
300300
var resource = this.$resource('/user/:id')
301301
resource.save({ id: this.id }, {
302302
username: this.username,
303-
passowrd: this.new
303+
password: this.new
304304
}, function (data, stat, req) {
305305
// something handle success ...
306306
// ...

0 commit comments

Comments
 (0)