Skip to content

Commit 0130476

Browse files
authored
fix: Fix tense in console warn (#543)
1 parent e3cb21b commit 0130476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (config.fontFamily) {
1515

1616
window.logWelcomeMessage = () => {
1717
console.warn(
18-
'[RNDebugger] Welcome! Before use this app, ' +
18+
'[RNDebugger] Welcome! Before using this app, ' +
1919
'you need to ensure you are using the correct version of ' +
2020
'React Native Debugger and react-native:',
2121
);

0 commit comments

Comments
 (0)