diff --git a/docs/actionsheetios.html b/docs/actionsheetios.html
index fb5291d5215..eeed7b9fee2 100644
--- a/docs/actionsheetios.html
+++ b/docs/actionsheetios.html
@@ -9,9 +9,9 @@
} = React;
var BUTTONS = [
- 'Button Index: 0',
- 'Button Index: 1',
- 'Button Index: 2',
+ 'Option 0',
+ 'Option 1',
+ 'Option 2',
'Destruct',
'Cancel',
];
@@ -32,7 +32,7 @@
Click to show the ActionSheet
</Text>
<Text>
- Clicked button at index: "{this.state.clicked}"
+ Clicked button: {this.state.clicked}
</Text>
</View>
);