mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Fix typo in dangerfile.js (insiginificant -> insignificant) (#24393)
This commit is contained in:
parent
7cf9f5e03a
commit
a7c322c6f5
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user