File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ This rule can take one argument to ignore some specific props during validation.
58
58
## Known Issues/Limitations
59
59
60
60
- [ False Positives: SFC (helper render methods)] ( #false-positives-sfc )
61
- - [ False Positives: Intermediate variables] ( #false-positives-with-intermidiate -variables )
61
+ - [ False Positives: Intermediate variables] ( #false-positives-intermediate -variables )
62
62
63
63
### False positives SFC
64
64
For components with Stateless Functional Components (often used as helper render methods);
@@ -110,7 +110,7 @@ AComponent.propTypes = {
110
110
};
111
111
```
112
112
113
- ### False positives with intermediate variables
113
+ ### False positives intermediate variables
114
114
when assigning a part or a whole props object to a variable and using it to access a prop value.
115
115
116
116
``` js
You can’t perform that action at this time.
0 commit comments