We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c8610 commit 138a9ebCopy full SHA for 138a9eb
src/content/learn/manipulating-the-dom-with-refs.md
@@ -31,7 +31,7 @@ import { useRef } from 'react';
31
const myRef = useRef(null);
32
```
33
34
-最後に、参照を得たい DOM ノートに対応する JSX タグの `ref` 属性にこの ref を渡します。
+最後に、参照を得たい DOM ノードに対応する JSX タグの `ref` 属性にこの ref を渡します。
35
36
```js
37
<div ref={myRef}>
0 commit comments