Update TopLevelEventTypes.js (#15511)

Fix grammar of code comment.
This commit is contained in:
Dan Nate
2019-04-26 14:58:32 +02:00
committed by Philipp Spiess
parent 7a482af5d8
commit 41ef1961c1
+1 -1
View File
@@ -20,7 +20,7 @@ export type RNTopLevelEventType =
export opaque type DOMTopLevelEventType = string;
// Do not uses the below two methods directly!
// Do not use the below two methods directly!
// Instead use constants exported from DOMTopLevelEventTypes in ReactDOM.
// (It is the only module that is allowed to access these methods.)