Skip to content

Commit 77e93af

Browse files
committed
Grammar correction line 80
1 parent 3a4656b commit 77e93af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/dont-call-proptypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function deprecated(propType, explanation) {
7777
};
7878
}
7979
```
80-
Per riparare il falso positivo, stai attento a passare l'argomento **all** sotto il PropType inglobato. Questo che facile da fare con la notazione `...rest` di ES6:
80+
Per riparare il falso positivo, fai attenzione passare l'argomento **all** sotto il PropType inglobato. Questo è facile da fare con la notazione `...rest` di ES6:
8181

8282
```javascript
8383
export default function deprecated(propType, explanation) {

0 commit comments

Comments
 (0)