Skip to content

Commit 8300f8f

Browse files
authored
chore: Fix implementation notes wording and text weight (#232)
1 parent bcacf96 commit 8300f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/implementation-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stack リコンサイラは、React 15 およびそれ以前のバージョン
3535
ReactDOM.render(<App />, rootEl);
3636
```
3737

38-
React DOM はリコンサイラに `<App />` を渡します。`<App />` が React 要素であること、つまり、「何」をレンダリングするかの記述であることを思い出してください。これはプレーンなオブジェクトとして考えることができます:
38+
React DOM はリコンサイラに `<App />` を渡します。`<App />` が React 要素であること、つまり、****をレンダリングするかの説明書きであることを思い出してください。これはプレーンなオブジェクトとして考えることができます:
3939

4040
```js
4141
console.log(<App />);

0 commit comments

Comments
 (0)