Skip to content
Merged
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