diff --git a/crates/oxc_linter/src/config/oxlintrc.rs b/crates/oxc_linter/src/config/oxlintrc.rs index c0760be0d1dbf..a3dc988342dbf 100644 --- a/crates/oxc_linter/src/config/oxlintrc.rs +++ b/crates/oxc_linter/src/config/oxlintrc.rs @@ -20,7 +20,7 @@ use super::{ /// /// **Automatic search for config file:** /// When no `-c/--config` flag is provided, -/// oxlint is looking in the current working directory for a `.oxlintrc.json` file. +/// oxlint will look in the current working directory for a `.oxlintrc.json` file. /// /// ::: danger NOTE ///