Skip to content

Commit

Permalink
fix(cli): fix relevant typo (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 22, 2024
1 parent ee9e3a0 commit 8a16cad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-points-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rspress": patch
---

fix(cli): fix relevant typo
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ cli
},
);

cli.command('update', 'update elavant packages about rspress').action(update);
cli.command('update', 'update relevant packages about rspress').action(update);

cli.parse();
2 changes: 1 addition & 1 deletion packages/document/docs/en/api/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Options:

## rspress update

`rspress update` command is used to update the relavant package about rspress to latest version.
`rspress update` command is used to update the relevant package about rspress to latest version.

```bash
Usage: rspress update
Expand Down

0 comments on commit 8a16cad

Please sign in to comment.