Skip to content

Commit eb865ee

Browse files
committed
chore: Fix linting error
1 parent 9bfc03e commit eb865ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/Repository.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ class Repository extends Requestable {
504504
* @return {Promise} - the promise for the http request
505505
*/
506506
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.');
507+
log('Deprecated: This method contains a typo and it has been deprecated. It will be removed in next major ' +
508+
'version. Use updatePullRequest() instead.');
508509

509510
return this.updatePullRequest(number, options, cb);
510511
}

0 commit comments

Comments
 (0)