Skip to content

Commit

Permalink
Merge pull request #1735 from jeremybarbet/chore/docs-typo
Browse files Browse the repository at this point in the history
fix: fallback typo
  • Loading branch information
MarinPostma authored Sep 16, 2024
2 parents a636c9c + 14c181a commit 6e0daad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ struct Cli {
#[clap(long, env = "SQLD_CHECKPOINT_INTERVAL_S")]
checkpoint_interval_s: Option<u64>,

/// By default, all request for which a namespace can't be determined fallaback to the default
/// By default, all request for which a namespace can't be determined fallback to the default
/// namespace `default`. This flag disables that.
#[clap(long)]
disable_default_namespace: bool,
Expand Down

0 comments on commit 6e0daad

Please sign in to comment.