From 457f30c859164ba514eab5a2e03738fb2effd95e Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 26 Jun 2026 16:28:08 +0000
Subject: [PATCH] fix: correct "Tests cases" heading typo on Flaky Tests
dashboard
---
changelog/2025-04-25-linear-integration.mdx | 2 +-
flaky-tests/dashboard.mdx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog/2025-04-25-linear-integration.mdx b/changelog/2025-04-25-linear-integration.mdx
index 75c5423b..ab1f4fe7 100644
--- a/changelog/2025-04-25-linear-integration.mdx
+++ b/changelog/2025-04-25-linear-integration.mdx
@@ -32,7 +32,7 @@ they are created.
Once the integration is set up, you can create a new ticket:
- In the **options menu** on the
- [test cases overview dashboard](https://docs.trunk.io/flaky-tests/dashboard#tests-cases-overview).
+ [test cases overview dashboard](https://docs.trunk.io/flaky-tests/dashboard#test-cases-overview).
- With the **Create ticket** button on the test details dashboard.
You will see a preview of the ticket title and description, and can click **Create Linear Ticket**
diff --git a/flaky-tests/dashboard.mdx b/flaky-tests/dashboard.mdx
index 9798da1f..572a007c 100644
--- a/flaky-tests/dashboard.mdx
+++ b/flaky-tests/dashboard.mdx
@@ -51,7 +51,7 @@ These numbers are important for understanding the overall health of your repo’
The trend charts display the New Test Cases added by day, as well as Test Transitions and Quarantined Runs. Test Transitions represent the number of tests that have transitioned to a particular status on a particular day, excluding new test cases (which default to a status of Healthy). If a bar shows 5 Healthy, 10 Flaky, and 2 Broken on a single day, that indicates 5 tests transitioned to Healthy, 10 to Flaky, and 2 to Broken on that day. Quarantined Runs represents the number of runs of quarantined tests by day.
-## Tests cases overview
+## Test cases overview