Skip to content

Commit

Permalink
Fix typo in dangerfile.js (insiginificant -> insignificant) (#24393)
Browse files Browse the repository at this point in the history
  • Loading branch information
urunsiyabend authored Jun 17, 2022
1 parent 7cf9f5e commit a7c322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const CRITICAL_THRESHOLD = 0.02;
const SIGNIFICANCE_THRESHOLD = 0.002;
const CRITICAL_ARTIFACT_PATHS = new Set([
// We always report changes to these bundles, even if the change is
// insiginificant or non-existent.
// insignificant or non-existent.
'oss-stable/react-dom/cjs/react-dom.production.min.js',
'oss-experimental/react-dom/cjs/react-dom.production.min.js',
'facebook-www/ReactDOM-prod.classic.js',
Expand Down

0 comments on commit a7c322c

Please sign in to comment.