Skip to content

Commit 7376aaa

Browse files
authored
Apply suggestions from code review
Use language branding
1 parent ac4c6a0 commit 7376aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react-testing-library/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ elements by `data-cy`, a "test ID" convention mentioned in the
155155
[Cypress.io](https://docs.cypress.io/guides/references/best-practices.html#Selecting-Elements)
156156
documentation.
157157

158-
<Tabs groupId="test-utils" defaultValue="js" values={[ {label: 'Javascript',
159-
value: 'js'}, {label: 'Typescript', value: 'ts'}, ]}>
158+
<Tabs groupId="test-utils" defaultValue="js" values={[ {label: 'JavaScript',
159+
value: 'js'}, {label: 'TypeScript', value: 'ts'}, ]}>
160160

161161
<TabItem value="js">
162162

0 commit comments

Comments
 (0)