diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java index 98806deba22e67..c0988129387519 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.java @@ -546,8 +546,7 @@ private void loadNetworkResource(String url, InspectorNetworkRequestListener lis * Entrypoint to destroy the ReactInstance. If the ReactInstance is reloading, will wait until * reload is finished, before destroying. * - * @param reason {@link String} describing why ReactHost is being destroyed (e.g. memmory - * pressure) + * @param reason {@link String} describing why ReactHost is being destroyed (e.g. memory pressure) * @param ex {@link Exception} exception that caused the trigger to destroy ReactHost (or null) * This exception will be used to log properly the cause of destroy operation. * @return A task that completes when React Native gets destroyed.