Skip to content

Commit a7c322c

Browse files
authored
Fix typo in dangerfile.js (insiginificant -> insignificant) (facebook#24393)
1 parent 7cf9f5e commit a7c322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const CRITICAL_THRESHOLD = 0.02;
4141
const SIGNIFICANCE_THRESHOLD = 0.002;
4242
const CRITICAL_ARTIFACT_PATHS = new Set([
4343
// We always report changes to these bundles, even if the change is
44-
// insiginificant or non-existent.
44+
// insignificant or non-existent.
4545
'oss-stable/react-dom/cjs/react-dom.production.min.js',
4646
'oss-experimental/react-dom/cjs/react-dom.production.min.js',
4747
'facebook-www/ReactDOM-prod.classic.js',

0 commit comments

Comments
 (0)