From b276c0ad47ce4030a5cdce4dd0a1ea329e4028d0 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 28 Mar 2024 23:17:54 -0700 Subject: [PATCH] Update docs/src/test-reporter-api/class-suite.md Co-authored-by: Pavel Feldman Signed-off-by: Yury Semikhatsky --- docs/src/test-reporter-api/class-suite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.