diff --git a/packages/react-native/Libraries/StyleSheet/processFilter.js b/packages/react-native/Libraries/StyleSheet/processFilter.js index daf37ea2553..50e3e04ef1b 100644 --- a/packages/react-native/Libraries/StyleSheet/processFilter.js +++ b/packages/react-native/Libraries/StyleSheet/processFilter.js @@ -83,7 +83,7 @@ export default function processFilter( result.push(filterFunction); } else { // If any primitive is invalid then apply none of the filters. This is how - // web works and makes it clear that something is wrong becuase no + // web works and makes it clear that something is wrong because no // graphical effects are happening. return []; } @@ -110,7 +110,7 @@ export default function processFilter( result.push(resultObject); } else { // If any primitive is invalid then apply none of the filters. This is how - // web works and makes it clear that something is wrong becuase no + // web works and makes it clear that something is wrong because no // graphical effects are happening. return []; }