Typo in NativeMethodsMixin.js

Summary:Fixed a typo in NativeMethodsMixin.js

Before:
![before](https://cloud.githubusercontent.com/assets/6805530/13948549/a429c224-f046-11e5-903f-a04bd9eaa1b3.png)

After:
![after](https://cloud.githubusercontent.com/assets/6805530/13948555/a9ba505a-f046-11e5-84fa-87f236aca486.png)
Closes https://github.com/facebook/react-native/pull/6583

Differential Revision: D3081509

Pulled By: javache

fb-gh-sync-id: 016febb449ac61870a161673120f706c6c7992ed
shipit-source-id: 016febb449ac61870a161673120f706c6c7992ed
This commit is contained in:
Chirag Shah 2016-03-22 06:52:19 -07:00 committed by Facebook Github Bot 7
parent 720c76f94d
commit 777983c05b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ var NativeMethodsMixin = {
* Determines the location of the given view in the window and returns the
* values via an async callback. If the React root view is embedded in
* another native view, this will give you the absolute coordinates. If
* successful, the callback will be called be called with the following
* successful, the callback will be called with the following
* arguments:
*
* - x