Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9065e02

Browse files
authored
Fix a warning typo (facebook#18443)
1 parent 1960131 commit 9065e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-renderer/src/ReactNativeFiberInspector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ if (__DEV__) {
221221
);
222222
} else {
223223
console.error(
224-
'getInspectorDataForViewAtPoint expects to receieve a host component',
224+
'getInspectorDataForViewAtPoint expects to receive a host component',
225225
);
226226

227227
return;

0 commit comments

Comments
 (0)