Skip to content

Commit 3f59f39

Browse files
committed
fix typo
1 parent bcfcff5 commit 3f59f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/MIGRATING_V1_TO_V2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
export default function App(): React.JSX.Element {
1616
const
1717
// 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
18+
// You may not need this if it's always true because the `enabled` from the `useICMP` props is true by default
1919
[enabled, setEnabled] =
2020
useState(true),
2121

0 commit comments

Comments
 (0)