diff --git a/crates/pile-config/src/lib.rs b/crates/pile-config/src/lib.rs index c2e3351..35afc3c 100644 --- a/crates/pile-config/src/lib.rs +++ b/crates/pile-config/src/lib.rs @@ -67,7 +67,7 @@ pub enum Source { base_pattern: String, /// Map of files included in each item.' - /// `{base}` is replaced with the string extraced by base_pattern. + /// `{base}` is replaced with the string extracted by base_pattern. /// Default is `{ item: "{base}" }` #[serde(default = "default_files")] files: HashMap, diff --git a/crates/pile/src/command/server.rs b/crates/pile/src/command/server.rs index 1060e82..0ab0d6e 100644 --- a/crates/pile/src/command/server.rs +++ b/crates/pile/src/command/server.rs @@ -33,7 +33,7 @@ pub struct ServerCommand { #[arg(long)] no_refresh: bool, - /// Number of threads to use to referesh indices + /// Number of threads to use to refresh indices #[arg(long, default_value = "5")] refresh_jobs: usize,