diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java index b352f4d53..2a701d692 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java @@ -40,7 +40,7 @@ import com.facebook.systrace.SystraceMessage; * *

*

== Transactional Requirement ==

- * A requirement of this class is to make sure that transactional UI updates occur all at, meaning + * A requirement of this class is to make sure that transactional UI updates occur all at once, meaning * that no intermediate state is ever rendered to the screen. For example, if a JS application * update changes the background of View A to blue and the width of View B to 100, both need to * appear at once. Practically, this means that all UI update code related to a single transaction