diff --git a/Libraries/Inspector/Inspector.js b/Libraries/Inspector/Inspector.js index 8bfe2ef4238399..37eef369bb9459 100644 --- a/Libraries/Inspector/Inspector.js +++ b/Libraries/Inspector/Inspector.js @@ -208,7 +208,7 @@ class Inspector extends React.Component<{ }); } - setTouchTargetting(val: bool) { + setTouchTargeting(val: bool) { Touchable.TOUCH_TARGET_DEBUG = val; this.props.onRequestRerenderApp((inspectedViewTag) => { this.setState({inspectedViewTag}); @@ -247,8 +247,8 @@ class Inspector extends React.Component<{ hierarchy={this.state.hierarchy} selection={this.state.selection} setSelection={this.setSelection.bind(this)} - touchTargetting={Touchable.TOUCH_TARGET_DEBUG} - setTouchTargetting={this.setTouchTargetting.bind(this)} + touchTargeting={Touchable.TOUCH_TARGET_DEBUG} + setTouchTargeting={this.setTouchTargeting.bind(this)} networking={this.state.networking} setNetworking={this.setNetworking.bind(this)} /> diff --git a/Libraries/Inspector/InspectorPanel.js b/Libraries/Inspector/InspectorPanel.js index b7b6f61eb3e621..a37b37f8ef2885 100644 --- a/Libraries/Inspector/InspectorPanel.js +++ b/Libraries/Inspector/InspectorPanel.js @@ -82,8 +82,8 @@ class InspectorPanel extends React.Component<$FlowFixMeProps> { onClick={this.props.setNetworking} />