From cf97c1f3bd2c1c0877926bae1bfd0ae0a07eca26 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 18 Nov 2020 12:10:59 -0800 Subject: [PATCH] Fix typo (#30330) Summary: Fix typo in comment ## Changelog [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/30330 Reviewed By: fkgozali Differential Revision: D25062086 Pulled By: PeteTheHeat fbshipit-source-id: 251bf1d4f4986f77ae72f7654796ae1d49c1863d --- react.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react.gradle b/react.gradle index 5995ad5fbb3..5a3bf6ba9cb 100644 --- a/react.gradle +++ b/react.gradle @@ -315,7 +315,7 @@ afterEvaluate { // Delete the VM related libraries that this build doesn't need. // The application can manage this manually by setting 'enableVmCleanup: false' // - // This should really be done by packaging all Hermes releated libs into + // This should really be done by packaging all Hermes related libs into // two separate HermesDebug and HermesRelease AARs, but until then we'll // kludge it by deleting the .so files out of the /transforms/ directory. def isRelease = targetName.toLowerCase().contains("release")