Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Upon being invoked, `Frisbee` returns an object with the following chainable met
return [path, options];
},
requestError: function (err) {
// Handle an error occured in the request method
// Handle an error occurred in the request method
// ...
return Promise.reject(err);
},
Expand All @@ -339,7 +339,7 @@ Upon being invoked, `Frisbee` returns an object with the following chainable met
return response;
},
responseError: function (err) {
// Handle error occured in api/response methods
// Handle error occurred in api/response methods
return Promise.reject(err);
}
```
Expand Down