Skip to content

Commit 6693c26

Browse files
committed
Address issues pointed out by reviewers
1 parent a6b4278 commit 6693c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/hooks-state.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const Example = (props) => {
7474
}
7575
```
7676

77-
あるいは
77+
あるいはこのようなものです
7878

7979
```js
8080
function Example(props) {
@@ -189,7 +189,7 @@ function Example() {
189189

190190
## まとめ
191191

192-
Let's now **recap what we learned line by line** and check our understanding.
192+
では **これまで学んだことを 1 行ずつまとめて**、理解を確認しましょう。
193193

194194
<!--
195195
I'm not proud of this line markup. Please somebody fix this.

0 commit comments

Comments
 (0)