Skip to content

Commit

Permalink
Address issues pointed out by reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Feb 7, 2019
1 parent 4a1da3c commit c6a8ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/hooks-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Example = (props) => {
}
```

あるいは
あるいはこのようなものです

```js
function Example(props) {
Expand Down Expand Up @@ -189,7 +189,7 @@ function Example() {

## まとめ

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

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

0 comments on commit c6a8ef3

Please sign in to comment.