Skip to content

Commit

Permalink
Minor typo in ReactHostImpl comment (#47290)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #47290

Fixes a comment typo.

## Changelog

[General][Fixed] Fixes typo in ReactHostImpl

Reviewed By: cortinico

Differential Revision: D65149529

fbshipit-source-id: b419241f861ab28b2c4a512b27f33b94e7929b81
  • Loading branch information
rozele authored and facebook-github-bot committed Oct 29, 2024
1 parent cc6f75b commit e3f0326
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 e3f0326

Please sign in to comment.