Commit dfbdbae
committed
Fix typo and missing space in AnimatedInterpolation error messages
- Fix "Cannot interpolation" to "Cannot interpolate" in input validation
- Add missing space before "cannot" in range validation message, which
was producing malformed output like "outputRangecannot be..."1 parent 8bac1df commit dfbdbae
File tree
1 file changed
+2
-2
lines changed- packages/react-native/Libraries/Animated/nodes
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments