Skip to content

Commit 981c58e

Browse files
authored
Merge pull request #350 from oppara/guide_reactivity.md
Guide > Reactivity の typo 修正
2 parents 0aa97f4 + 715de56 commit 981c58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const handler = {
267267

268268
## プロキシとオリジナルの同一性
269269

270-
プロキシを使用使うことにより、警戒すべき新しい注意点が発生します。プロキシ化されたオブジェクトは、同一性比較 (===) の点で元のオブジェクトと等しくないということです。例えば:
270+
プロキシを使うことにより、警戒すべき新しい注意点が発生します。プロキシ化されたオブジェクトは、同一性比較 (===) の点で元のオブジェクトと等しくないということです。例えば:
271271

272272
```js
273273
const obj = {}

0 commit comments

Comments
 (0)