diff --git a/docs/src/test-reporter-api/class-suite.md b/docs/src/test-reporter-api/class-suite.md index b1291d9862..fc6b3e0aa9 100644 --- a/docs/src/test-reporter-api/class-suite.md +++ b/docs/src/test-reporter-api/class-suite.md @@ -83,5 +83,5 @@ Returns a list of titles from the root down to this suite. * since: v1.44 - returns: <[SuiteType]<'root' | 'project' | 'file' | 'describe'>> -Returns type of the suite. The Suites form the following hierarchy: +Returns the type of the suite. The Suites form the following hierarchy: `root` -> `project` -> `file` -> `describe` -> ...`describe` -> `test`.