Skip to content

Commit

Permalink
Merge pull request #258 from kubosho/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate "し" in hooks-effect.md
  • Loading branch information
smikitky authored Oct 17, 2019
2 parents 6299861 + 5f8d6e5 commit 42b7358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function FriendStatus(props) {
動作は変わっておらず、前述のバグも起こらなくなります。
`useEffect` は*デフォルトで*更新を処理するため、更新のための特別なコードは不要です。新しい副作用を適用する前に、ひとつ前の副作用をクリーンアップします。これを例示するため、このコンポーネントが経時的に発生させる可能性のある購読登録と購読解除のシーケンスを示しします
`useEffect` は*デフォルトで*更新を処理するため、更新のための特別なコードは不要です。新しい副作用を適用する前に、ひとつ前の副作用をクリーンアップします。これを例示するため、このコンポーネントが経時的に発生させる可能性のある購読登録と購読解除のシーケンスを示します
```js
// Mount with { friend: { id: 100 } } props
Expand Down

0 comments on commit 42b7358

Please sign in to comment.