Skip to content

Fix spelling #416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
);
});
}
Expand Down