Skip to content
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

fix: typo in InterceptResolutionStrategy #7780

Closed
wants to merge 2 commits into from

Conversation

harshagrawal523
Copy link

What kind of change does this PR introduce?
There was a typo in line 210.

Did you add tests for your changes?
No

Summary

Does this PR introduce a breaking change?
No

Other information
None

@FdezRomero
Copy link
Contributor

Hey @harshagrawal523! I noticed the same typo and was going to open a PR when I saw this one 😄

Can you sign the CLA and fix the commit message to follow the Conventional Commits standard so the tests can run? (e.g. fix: typo in InterceptResolutionStrategy). Thanks!

@harshagrawal523
Copy link
Author

harshagrawal523 commented Nov 23, 2021

Hi , actually this was my first PR , I just signed my CLA , what should I do next?

@harshagrawal523 harshagrawal523 changed the title Typo in InterceptResolutionStrategy #7747 fix: typo in InterceptResolutionStrategy Nov 23, 2021
@google-cla google-cla bot added cla: yes and removed cla: no labels Nov 23, 2021
@FdezRomero
Copy link
Contributor

FdezRomero commented Nov 23, 2021

@harshagrawal523 I think a maintainer has to approve the workflow, since it's your first PR. Let's wait and see 👀

Update: This typo has been also fixed in #7796.

@@ -216,7 +216,7 @@ export class HTTPRequest {
*/
private interceptResolution(): [InterceptResolutionStrategy, number?] {
if (!this._allowInterception) return ['disabled'];
if (this._interceptionHandled) return ['alreay-handled'];
if (this._interceptionHandled) return ['already-handled'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The InterceptResolutionStrategy must be updated too.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh , I will check it once

@benallfree
Copy link
Contributor

Fixed in #7813

OrKoN pushed a commit that referenced this pull request Dec 9, 2021
…API (#7813)

Issues:  #7745, #7747, #7780
Co-authored-by: Rodrigo Fernández <fdez.romero@gmail.com>
@OrKoN OrKoN closed this Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants