Merge pull request #1346 from fuzetsu/patch-1
[rewrite] docs/prop.md: fixed small typo
This commit is contained in:
commit
cf82eef41c
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ console.log(errored1.error()) // logs "Server is offline"
|
|||
|
||||
// via `.error`
|
||||
var errored2 = m.prop("hello")
|
||||
errored.error("Server is offline")
|
||||
errored2.error("Server is offline")
|
||||
console.log(errored2.error()) // logs "Server is offline"
|
||||
|
||||
// by throwing an error in a chain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue