Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Update index.ts (#4771)
Browse files Browse the repository at this point in the history
I fixed a typo by removing the extra "some" from the promptCliIntegrationAsync function prompt
  • Loading branch information
michaelessiet authored Oct 17, 2023
1 parent 8169c47 commit 2ad3e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/install-expo-modules/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function promptUpgradeIosDeployTargetAsync(projectRoot: string, iosDeploym
*/
async function promptCliIntegrationAsync() {
const message = `This tool can install Expo CLI integration for your project.
Using Expo CLI has some some benefits over the the default CLI in bare React Native projects:
Using Expo CLI has some benefits over the the default CLI in bare React Native projects:
- Built-in JavaScript debugger and React Devtools.
- Support for Continuous Native Generation (CNG) with \`npx expo prebuild\` for easy upgrades.
- Automatic web support with Metro.
Expand Down

0 comments on commit 2ad3e61

Please sign in to comment.