aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzukiKatsuma <71871253+SuzukiKatsuma@users.noreply.github.com>2022-02-19 15:37:23 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-26 16:05:14 +0900
commit820c7d02adce82a4be78f74457a39b8f499fda17 (patch)
tree8058c0e2e9af23653022c71220946c0c9defe7a2
parent6352d0cfb93df38783fd6ee9290d058a1bf8fe55 (diff)
downloadtranslated-content-820c7d02adce82a4be78f74457a39b8f499fda17.tar.gz
translated-content-820c7d02adce82a4be78f74457a39b8f499fda17.tar.bz2
translated-content-820c7d02adce82a4be78f74457a39b8f499fda17.zip
「React チュートリアル」の一部を読みやすく修正
-rw-r--r--files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html
index 92e29501f7..d9420452d5 100644
--- a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html
+++ b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html
@@ -48,10 +48,9 @@ translation_of: Learn/Tools_and_testing/Client-side_JavaScript_frameworks
<h2 id="React_tutorials">React チュートリアル</h2>
<div class="blockIndicator note">
-<p><strong>注記</strong>: React チュートリアルは React/ReactDOM 16.13.1 と create-react-app 3.4.1 で、2020年5月に動作確認を行いました。</p>
+<p><strong>注</strong>: この React チュートリアルは React/ReactDOM 16.13.1 と create-react-app 3.4.1 で、2020年5月に動作確認を行いました。</p>
-<p>もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、<a href="https://github.com/mdn/todo-react">todo-react repository</a> で完成版を見ることができます。
-実行中のライブバージョンについては、<a href="https://mdn.github.io/todo-react-build/">https://mdn.github.io/todo-react-build/</a> から確認ができます。</p>
+<p>もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、<a href="https://github.com/mdn/todo-react">todo-react repository</a> で最新版を見ることができます。実行中のライブバージョンについては、<a href="https://mdn.github.io/todo-react-build/">https://mdn.github.io/todo-react-build/</a> から確認ができます。</p>
</div>
<dl>