small typo correction

Summary: Closes https://github.com/facebook/react-native/pull/5385

Reviewed By: svcscm

Differential Revision: D2839339

Pulled By: androidtrunkagent

fb-gh-sync-id: ff1c8663daf2c65dd387a51ef3b37f2118fc8da1
This commit is contained in:
Dotan J. Nahum 2016-01-18 14:58:37 -08:00 committed by facebook-github-bot-5
parent 88c2aa61b9
commit e36de0a858
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import com.facebook.systrace.SystraceMessage;
*
* <p>
* <h2>== Transactional Requirement ==</h2>
* 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