diff --git a/crates/rome_cli/src/diagnostics.rs b/crates/rome_cli/src/diagnostics.rs index 0093f0da1a9..1334d2c97e3 100644 --- a/crates/rome_cli/src/diagnostics.rs +++ b/crates/rome_cli/src/diagnostics.rs @@ -199,7 +199,7 @@ impl std::fmt::Display for CheckActionKind { #[diagnostic( category = "internalError/io", severity = Error, - message = "Fixes applied to the file, but there a still diagnostics to address." + message = "Fixes applied to the file, but there are still diagnostics to address." )] pub struct FileCheckApply { #[location(resource)] diff --git a/crates/rome_cli/tests/snapshots/main_commands_check/apply_unsafe_with_error.snap b/crates/rome_cli/tests/snapshots/main_commands_check/apply_unsafe_with_error.snap index fc419ba2f38..f1db70f6fe6 100644 --- a/crates/rome_cli/tests/snapshots/main_commands_check/apply_unsafe_with_error.snap +++ b/crates/rome_cli/tests/snapshots/main_commands_check/apply_unsafe_with_error.snap @@ -40,7 +40,7 @@ internalError/io ━━━━━━━━━━━━━━━━━━━━━ ```block test1.js internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - × Fixes applied to the file, but there a still diagnostics to address. + × Fixes applied to the file, but there are still diagnostics to address. ``` @@ -48,7 +48,7 @@ test1.js internalError/io ━━━━━━━━━━━━━━━━━━ ```block test2.js internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - × Fixes applied to the file, but there a still diagnostics to address. + × Fixes applied to the file, but there are still diagnostics to address. ``` diff --git a/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check.snap b/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check.snap index b3271739f5e..c773c05c6b9 100644 --- a/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check.snap +++ b/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check.snap @@ -46,7 +46,7 @@ check.js organizeImports ━━━━━━━━━━━━━━━━━━ ```block check.js internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - × Fixes applied to the file, but there a still diagnostics to address. + × Fixes applied to the file, but there are still diagnostics to address. ``` diff --git a/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check_apply.snap b/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check_apply.snap index 6c3599b869c..bcf4214e1f7 100644 --- a/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check_apply.snap +++ b/crates/rome_cli/tests/snapshots/main_commands_check/shows_organize_imports_diff_on_check_apply.snap @@ -46,7 +46,7 @@ check.js organizeImports ━━━━━━━━━━━━━━━━━━ ```block check.js internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - × Fixes applied to the file, but there a still diagnostics to address. + × Fixes applied to the file, but there are still diagnostics to address. ```