diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 5364e587e4..d67b6f86cc 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -290,7 +290,7 @@ dependencies { if (isNewArchitectureEnabled()) { // If new architecture is enabled, we let you build RN from source // Otherwise we fallback to a prebuilt .aar bundled in the NPM package. - // This will be applied to all the imported transtitive dependency. + // This will be applied to all the imported transitive dependency. configurations.all { resolutionStrategy.dependencySubstitution { substitute(module("com.facebook.react:react-native"))