diff --git a/bin/expo-setup.js b/bin/expo-setup.js index 0e6dda9..a640e7d 100644 --- a/bin/expo-setup.js +++ b/bin/expo-setup.js @@ -27,7 +27,7 @@ if (!isPlainObject(appJson) || !isPlainObject(appJson.expo)) { // Install Prettier to format `app.config.ts`, colocated in this script for // easier removal // -// TODO: Remove if `create-expo-app` creates `app.config.ts` in future: +// TODO: Remove this if `create-expo-app` generates `app.config.ts` in future // - https://github.com/expo/expo/issues/34357 await promisify(exec)('pnpm add --save-dev prettier'); const { format } = await import('prettier');