We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfc03e commit eb865eeCopy full SHA for eb865ee
1 file changed
lib/Repository.js
@@ -504,7 +504,8 @@ class Repository extends Requestable {
504
* @return {Promise} - the promise for the http request
505
*/
506
updatePullRequst(number, options, cb) {
507
- log('Deprecated: This method contains a typo and it has been deprecated. It will be removed in next major version. Use updatePullRequest() instead.');
+ log('Deprecated: This method contains a typo and it has been deprecated. It will be removed in next major ' +
508
+ 'version. Use updatePullRequest() instead.');
509
510
return this.updatePullRequest(number, options, cb);
511
}
0 commit comments