Skip to content

Commit

Permalink
chore: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 30, 2024
1 parent 9706118 commit 8189aae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/advanced/reporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineConfig({
## Reported Tasks

::: warning
This is experimental API. Breaking changes might not follow SemVer, please pin Vitest's version when using it.
This is an experimental API. Breaking changes might not follow SemVer. Please pin Vitest's version when using it.

You can get access to this API by calling `vitest.state.getReportedEntity(runnerTask)`:

Expand Down Expand Up @@ -103,7 +103,7 @@ declare class TestCase {
*/
readonly task: RunnerTestCase | RunnerCustomCase
/**
* The project assosiacted with the test.
* The project associated with the test.
*/
readonly project: TestProject
/**
Expand Down Expand Up @@ -237,7 +237,7 @@ declare class TestSuite {
*/
readonly task: RunnerTestSuite
/**
* The project assosiacted with the test.
* The project associated with the test.
*/
readonly project: TestProject
/**
Expand Down Expand Up @@ -291,7 +291,7 @@ declare class TestFile extends SuiteImplementation {
*/
readonly children: TestCollection
/**
* This is usually an absolute UNIX file path.
* This is usually an absolute Unix file path.
* It can be a virtual id if the file is not on the disk.
* This value corresponds to Vite's `ModuleGraph` id.
*/
Expand Down

0 comments on commit 8189aae

Please sign in to comment.