We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e7976 commit 4d4d387Copy full SHA for 4d4d387
packages/create-plugma/src/create.ts
@@ -1568,7 +1568,7 @@ async function createProjectFromOptions(params: {
1568
const stepNum = !pkgManager || pkgManager === 'skip' || dependencyInstallationFailed ? 3 : 2;
1569
steps.push(`${stepNum}. Use \`${devCommand}\` to start dev server`);
1570
steps.push(`${stepNum + 1}. Import \`dist/manifest.json\` in Figma`);
1571
- steps.push(`\n\nCheckout https://plugma.dev for more info.`);
+ steps.push(`\n\nCheck out https://plugma.dev for more info.`);
1572
1573
const errorMessage = dependencyInstallationFailed
1574
? chalk.yellow('Failed to install dependencies, but project was created successfully.')
0 commit comments