Skip to content

Commit 12146cb

Browse files
authored
fix9storybook): storybook typo in react testing library (#1375)
fix: storybook typo
1 parent d9290a2 commit 12146cb

File tree

1 file changed

+1
-1
lines changed
  • packages/web-components/src/stories/frameworks

1 file changed

+1
-1
lines changed

Diff for: packages/web-components/src/stories/frameworks/react.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ React also has syntactic sugar for two way data binding, which can be found [her
405405
[React Testing Library](https://testing-library.com/docs/react-testing-library/intro) is built for testing React components and supports the native HTML elements such as `<input>`.
406406
Because our Astro components are web-components, some adaptations must be made to make testing with React Testing Library possible.
407407
[shadow-dom-testing-library](https://www.npmjs.com/package/shadow-dom-testing-library) is an adpatation of the DOM testing library for use with
408-
shadow dom. Here are some examples on how to make use of React Tsting Library below.
408+
shadow dom. Here are some examples on how to make use of React Testing Library below.
409409

410410
> For a complete list of the React Testing Library API, read their [docs](https://testing-library.com/docs/react-testing-library/api).
411411

0 commit comments

Comments
 (0)