diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 8520b0ed..a5342ccb 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -102,7 +102,7 @@ title: Usage # How to use my project ``` -When users vist the `/usage` page on your documentation site, they will see the content of this file. To create a nested page, you can create a subdirectory inside of the `docs/` directory, +When users visit the `/usage` page on your documentation site, they will see the content of this file. To create a nested page, you can create a subdirectory inside of the `docs/` directory, for example `docs/platforms/windows/index.mdx`: ```mdx title="docs/platforms/windows/index.mdx" diff --git a/packages/cli/src/commands/init.ts b/packages/cli/src/commands/init.ts index f02c14b0..fbc0713c 100644 --- a/packages/cli/src/commands/init.ts +++ b/packages/cli/src/commands/init.ts @@ -102,7 +102,7 @@ export function registerInitCommand(program: Command) { console.log( chalk.green("Initialization complete."), - "To preview your documentation site, vist https://docs.page/preview in your browser.", + "To preview your documentation site, visit https://docs.page/preview in your browser.", ); }); }