Skip to content

Commit 804f7bf

Browse files
committed
link typo
1 parent 0f3e510 commit 804f7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/no-unused-prop-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This rule can take one argument to ignore some specific props during validation.
5858
## Known Issues/Limitations
5959

6060
- [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)
6262

6363
### False positives SFC
6464
For components with Stateless Functional Components (often used as helper render methods);
@@ -110,7 +110,7 @@ AComponent.propTypes = {
110110
};
111111
```
112112

113-
### False positives with intermediate variables
113+
### False positives intermediate variables
114114
when assigning a part or a whole props object to a variable and using it to access a prop value.
115115

116116
```js

0 commit comments

Comments
 (0)