Skip to content

Commit 02c0237

Browse files
DenrizSusamSimenB
authored andcommitted
Typo fix in code comment (#7897)
1 parent af1ab24 commit 02c0237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-jasmine2/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function jasmine2(
124124
if (globalConfig.errorOnDeprecated) {
125125
installErrorOnPrivate(environment.global);
126126
} else {
127-
// $FlowFixMe Flow seems to be confused about accessors and tries to enfoce having a `value` property.
127+
// $FlowFixMe Flow seems to be confused about accessors and tries to enforce having a `value` property.
128128
Object.defineProperty(jasmine, 'DEFAULT_TIMEOUT_INTERVAL', {
129129
configurable: true,
130130
enumerable: true,

0 commit comments

Comments
 (0)