Skip to content

Commit bd1c3df

Browse files
authored
fix: remove duplicated our (#1)
1 parent 5cac62c commit bd1c3df

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.use-state/03.problem.re-render

1 file changed

+1
-1
lines changed

exercises/01.use-state/03.problem.re-render/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updated. Remember, we're not React. We need to tell React when the state has
66
changed so it will render our component again.
77

88
Because we're not React, the way we will do this is by simply calling `render`
9-
our our root again. Remember what the bottom of our file looks like?
9+
our root again. Remember what the bottom of our file looks like?
1010

1111
```tsx lines=4
1212
const rootEl = document.createElement('div')

0 commit comments

Comments
 (0)