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

Commit 045d9df

Browse files
dvdmarchettikazupon
authored andcommitted
Fix typo and model value (#202)
1 parent 3b61160 commit 045d9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
var resource = this.$resource('/user/:id')
201201
resource.save({ id: this.id }, {
202202
username: this.username,
203-
passowrd: this.new
203+
password: this.password.new
204204
}, function (data, stat, req) {
205205
// something handle success ...
206206
// ...

0 commit comments

Comments
 (0)