Skip to content

Commit 4d4d387

Browse files
Fix typo in project creation instructions for clarity on visiting the Plugma website.
1 parent b8e7976 commit 4d4d387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-plugma/src/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ async function createProjectFromOptions(params: {
15681568
const stepNum = !pkgManager || pkgManager === 'skip' || dependencyInstallationFailed ? 3 : 2;
15691569
steps.push(`${stepNum}. Use \`${devCommand}\` to start dev server`);
15701570
steps.push(`${stepNum + 1}. Import \`dist/manifest.json\` in Figma`);
1571-
steps.push(`\n\nCheckout https://plugma.dev for more info.`);
1571+
steps.push(`\n\nCheck out https://plugma.dev for more info.`);
15721572

15731573
const errorMessage = dependencyInstallationFailed
15741574
? chalk.yellow('Failed to install dependencies, but project was created successfully.')

0 commit comments

Comments
 (0)