Skip to content

Commit

Permalink
[Tests] prop-types: fix a typo in a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 30, 2021
1 parent 0f7e2e7 commit 38ab031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/prop-types.js
Expand Up @@ -6369,7 +6369,7 @@ ruleTester.run('prop-types', rule, {
{
code: `
class Foo extends React.Component {
contructor(props) {
constructor(props) {
super(props);
this.initialValues = {
test: '',
Expand Down

0 comments on commit 38ab031

Please sign in to comment.