Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/cli/src/commands/init/printRunInstructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function printRunInstructions(
desktopInstructions = `
${chalk.magenta(`Run instructions for ${chalk.bold('macOS')}`)}:
• See ${chalk.underline(
'https://aka.ms/ReactNativeGuideMacOS',
'https://microsoft.github.io/ract-native-macos',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling mistake

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching!

Comment thread
thymikee marked this conversation as resolved.
Outdated
)} for the latest up-to-date instructions.
`;
}
Expand All @@ -73,7 +73,7 @@ function printRunInstructions(
desktopInstructions = `
${chalk.cyan(`Run instructions for ${chalk.bold('Windows')}`)}:
• See ${chalk.underline(
'https://aka.ms/ReactNativeGuideWindows',
'https://microsoft.github.io/react-native-windows',
)} for the latest up-to-date instructions.
`;
}
Expand Down