diff --git a/crates/oxc_linter/src/tsgolint.rs b/crates/oxc_linter/src/tsgolint.rs index 2bdc3769d7d34..ed9af9ec1ec1c 100644 --- a/crates/oxc_linter/src/tsgolint.rs +++ b/crates/oxc_linter/src/tsgolint.rs @@ -22,7 +22,7 @@ use crate::{ /// State required to initialize the `tsgolint` linter. #[derive(Debug, Clone)] pub struct TsGoLintState { - /// The path to the `tsgolint` executable (at least our our best guess at it). + /// The path to the `tsgolint` executable (at least our best guess at it). executable_path: PathBuf, /// Current working directory, used for rendering paths in diagnostics. cwd: PathBuf,