Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/angular-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: examples
title: Examples
title: Example
---

> Read about
Expand Down
2 changes: 1 addition & 1 deletion docs/bs-react-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: examples
title: Examples
title: Example
---

You can find more bs-dom-testing-library examples at
Expand Down
2 changes: 1 addition & 1 deletion docs/vue-testing-library/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: examples
title: Examples
title: Example
---

## Basic example
Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ module.exports = {
{
'Svelte Testing Library': [
'svelte-testing-library/intro',
'svelte-testing-library/setup',
'svelte-testing-library/example',
'svelte-testing-library/setup',
'svelte-testing-library/api',
'svelte-testing-library/faq',
],
Expand Down Expand Up @@ -174,8 +174,8 @@ module.exports = {
{
'Qwik Testing Library': [
'qwik-testing-library/intro',
'qwik-testing-library/setup',
'qwik-testing-library/example',
'qwik-testing-library/setup',
'qwik-testing-library/api',
'qwik-testing-library/faq',
],
Expand Down