From f778eac3fc9809b0f3ffe1189e48ddd6714e2232 Mon Sep 17 00:00:00 2001 From: HANATANI Takuma Date: Tue, 6 Aug 2019 12:28:12 +0900 Subject: [PATCH] chore: Fix implementation notes wording and text weight --- content/docs/implementation-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/implementation-notes.md b/content/docs/implementation-notes.md index 69be6de5a..792e41279 100644 --- a/content/docs/implementation-notes.md +++ b/content/docs/implementation-notes.md @@ -35,7 +35,7 @@ stack リコンサイラは、React 15 およびそれ以前のバージョン ReactDOM.render(, rootEl); ``` -React DOM はリコンサイラに `` を渡します。`` が React 要素であること、つまり、「何」をレンダリングするかの記述であることを思い出してください。これはプレーンなオブジェクトとして考えることができます: +React DOM はリコンサイラに `` を渡します。`` が React 要素であること、つまり、**何**をレンダリングするかの説明書きであることを思い出してください。これはプレーンなオブジェクトとして考えることができます: ```js console.log();