Skip to content

Commit

Permalink
Update TopLevelEventTypes.js (#15511)
Browse files Browse the repository at this point in the history
Fix grammar of code comment.
  • Loading branch information
danpatnate authored and philipp-spiess committed Apr 26, 2019
1 parent 7a482af commit 41ef196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/events/TopLevelEventTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down

0 comments on commit 41ef196

Please sign in to comment.