docs: fix a comment typo (#23592)

Hi,
Just a small meaningless comment typo 🙃 

Have a great day!

Signed-off-by: Yury Michurin <yury.michurin@gmail.com>
This commit is contained in:
Yury Michurin 2023-06-09 07:35:04 +03:00 committed by GitHub
parent c9cedc78b1
commit 7513993c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ class Fixture {
}
}
// Break the regustration function into before/after steps. Create these before/after stacks
// Break the registration function into before/after steps. Create these before/after stacks
// w/o scopes, and create single mutable step that will be converted into the after step.
const shouldGenerateStep = !this.registration.hideStep && !this.registration.name.startsWith('_') && !this.registration.option;
const isInternalFixture = this.registration.location && filterStackFile(this.registration.location.file);