-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readline: concievably typo in readline.js #8953
Conversation
@@ -369,7 +369,7 @@ Interface.prototype._normalWrite = function(b) { | |||
|
|||
// got one or more newlines; process into "line" events | |||
var lines = string.split(lineEnding); | |||
// either '' or (concievably) the unfinished portion of the next line | |||
// either '' or (conceivable) the unfinished portion of the next line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be changed to "conceivably"?
@maasencioh thank you for this patch. |
sorry @lpinca, I though that was like the Angular commit guidelines, I'll change it right the way |
58ac4ad
to
5768bb1
Compare
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Jenkins is timing out and running CI would feel like checking that the sun hasn’t exploded anyway, so I’m going ahead and landing this:
|
Landed in 7a94e2d, thanks for the contribution! |
Thanks, it was indeed the silliest first contribution, but I'll try to find one more interesting next time 🚀☀️ |
@maasencioh It’s still appreciated that you took the time to get familiar with the process here! :) |
close #8951