Fix AlertIOS Docs

Summary:
The curly braces seems to be redundant.
Closes https://github.com/facebook/react-native/pull/811
Github Author: xcatliu <xcatliu@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
xcatliu 2015-04-21 16:09:56 -07:00
parent 2ee7ebae1f
commit 404f7d9dbf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ var DEFAULT_BUTTON = {
* {text: 'Foo', onPress: () => console.log('Foo Pressed!')},
* {text: 'Bar', onPress: () => console.log('Bar Pressed!')},
* ]
* )}
* )
* ```
*/