8000 docs(CHANGELOG): fix typo · thorn0/angular.js@ca6e266 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca6e266

Browse files
docs(CHANGELOG): fix typo
1 parent 23c4ae5 commit ca6e266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var User = $resource('/api/user/:id', {id: '@id'}, {
142142
});
143143

144144
var user = User.get({id: 1}); // sends a request
145-
instance.$cancelRequest(); // aborts the request
145+
user.$cancelRequest(); // aborts the request
146146

147147
user = User.get({id: 2});
148148
```

0 commit comments

Comments
 (0)
0