Skip to content

Commit

Permalink
fix: 'buiilding' -> 'building' (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: jaudiger <[email protected]>
  • Loading branch information
jaudiger authored Jul 6, 2024
1 parent 9ce499c commit 1941a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/brioche/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct BuildArgs {
#[arg(short, long)]
output: Option<PathBuf>,

/// Check the project before buiilding
/// Check the project before building
#[arg(long)]
check: bool,

Expand Down
2 changes: 1 addition & 1 deletion crates/brioche/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct InstallArgs {
#[arg(short, long, default_value = "default")]
export: String,

/// Check the project before buiilding
/// Check the project before building
#[arg(long)]
check: bool,
}
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct RunArgs {
#[arg(short, long)]
quiet: bool,

/// Check the project before buiilding
/// Check the project before building
#[arg(long)]
check: bool,

Expand Down

0 comments on commit 1941a38

Please sign in to comment.