Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WookieFPV authored Jan 15, 2024
1 parent c04c0e4 commit ca9f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/getAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const getBabelTransformerPath = () => {
// for RN 73+
return require.resolve('@react-native/metro-babel-transformer');
} catch (e) {
// to unsure backwards compatibility with old RN versions (RN < 73)
// to ensure backwards compatibility with old RN versions (RN < 73)
return require.resolve('metro-react-native-babel-transformer');
}
}
Expand Down

0 comments on commit ca9f2d1

Please sign in to comment.