diff --git a/Examples/UIExplorer/TextInputExample.ios.js b/Examples/UIExplorer/TextInputExample.ios.js
index f8324c51a..486cf411b 100644
--- a/Examples/UIExplorer/TextInputExample.ios.js
+++ b/Examples/UIExplorer/TextInputExample.ios.js
@@ -202,52 +202,52 @@ class TokenizedTextExample extends React.Component {
var BlurOnSubmitExample = React.createClass({
focusNextField(nextField) {
- this.refs[nextField].focus()
+ this.refs[nextField].focus();
},
render: function() {
return (
this.focusNextField('2')}
/>
this.focusNextField('3')}
/>
this.focusNextField('4')}
/>
this.focusNextField('5')}
/>
);
@@ -335,7 +335,7 @@ exports.examples = [
}
},
{
- title: "Live Re-Write (no spaces allowed)",
+ title: 'Live Re-Write (no spaces allowed)',
render: function() {
return ;
}
@@ -582,8 +582,8 @@ exports.examples = [
alert(event.nativeEvent.text)}