Skip to content

Commit eda7158

Browse files
bringkingalexkrolick
authored andcommitted
Typo in VS section (testing-library#6)
This fixes an Enzyme typo in the VS section
1 parent 3508987 commit eda7158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class Index extends React.Component {
173173
},
174174
{
175175
content:
176-
"`react-testing-library` is an opinionated alternative to libraries like Enyzyme that provide too many ways to avoid testing like a user",
176+
"`react-testing-library` is an opinionated alternative to libraries like Enzyme that provide too many ways to avoid testing like a user",
177177
image: `${baseUrl}img/vs-128x128.png`,
178178
imageAlign: "top",
179179
title: "Alternative to Enzyme"

0 commit comments

Comments
 (0)