Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix diagnostic message typo (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
stef7 authored Jun 16, 2023
1 parent e3d8c8b commit b8ad605
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/rome_cli/src/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ 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.
```

```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.
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit b8ad605

Please sign in to comment.