diff --git a/content/docs/hooks-reference.md b/content/docs/hooks-reference.md
index bf43fdeb..7352b320 100644
--- a/content/docs/hooks-reference.md
+++ b/content/docs/hooks-reference.md
@@ -60,8 +60,8 @@ function Counter({initialCount}) {
<>
Count: {count}
-
+
>
);
}
@@ -231,8 +231,8 @@ function Counter() {
return (
<>
Count: {state.count}
-
+
>
);
}
@@ -290,8 +290,8 @@ function Counter({initialCount}) {
onClick={() => dispatch({type: 'reset', payload: initialCount})}>
Reset
-
+
>
);
}