Skip to content

Commit

Permalink
Minor typo in ReactHostImpl comment
Browse files Browse the repository at this point in the history
Summary:
Fixes a comment typo.

## Changelog

[General][Fixed] Fixes typo in ReactHostImpl

Differential Revision: D65149529
  • Loading branch information
rozele authored and facebook-github-bot committed Oct 29, 2024
1 parent 9792d5e commit 4ab3aa8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ab3aa8

Please sign in to comment.