diff --git a/src/content/6/en/part6d.md b/src/content/6/en/part6d.md index 2e671b12195..ebf0f60861c 100644 --- a/src/content/6/en/part6d.md +++ b/src/content/6/en/part6d.md @@ -570,7 +570,7 @@ const App = () => { const [counter, counterDispatch] = useReducer(counterReducer, 0) return ( - // highlight-line + // highlight-line