Skip to content

Commit

Permalink
docs(command): fix typo in garden util profile-project command (#6203)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Jun 20, 2024
1 parent 751e15e commit 0016c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/commands/util/profile-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type { BaseActionConfig } from "../../actions/types.js"

export class ProfileProjectCommand extends Command {
name = "profile-project"
help = "Renders a high-level sumamry of actions and modules in your project."
help = "Renders a high-level summary of actions and modules in your project."
emoji = "📊"

override description = dedent`
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5924,7 +5924,7 @@ Examples:

### garden util profile-project

**Renders a high-level sumamry of actions and modules in your project.**
**Renders a high-level summary of actions and modules in your project.**

Useful for diagnosing slow init performance for projects with lots of actions and modules and/or lots of files.

Expand Down

0 comments on commit 0016c82

Please sign in to comment.