Skip to content

Commit 38ab031

Browse files
committed
[Tests] prop-types: fix a typo in a test case
- eslint/eslint#15234 - typescript-eslint/typescript-eslint#4072 - babel/babel#13903
1 parent 0f7e2e7 commit 38ab031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/prop-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,7 @@ ruleTester.run('prop-types', rule, {
63696369
{
63706370
code: `
63716371
class Foo extends React.Component {
6372-
contructor(props) {
6372+
constructor(props) {
63736373
super(props);
63746374
this.initialValues = {
63756375
test: '',

0 commit comments

Comments
 (0)