We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfcff5 commit 3f59f39Copy full SHA for 3f59f39
1 file changed
docs/MIGRATING_V1_TO_V2.md
@@ -15,7 +15,7 @@ import {
15
export default function App(): React.JSX.Element {
16
const
17
// You can control when the ICMP should run declaratively
18
- // You may not need if it's always true because the `enabled` from the `useICMP` props is true by default
+ // You may not need this if it's always true because the `enabled` from the `useICMP` props is true by default
19
[enabled, setEnabled] =
20
useState(true),
21
0 commit comments