From 7bfcdc4bf04fb501226ee41d36d1b00dec079c13 Mon Sep 17 00:00:00 2001 From: Yuki Shindo Date: Tue, 13 Jul 2021 10:52:01 +0900 Subject: Fix Japanese text (React ToDoリストをはじめる) (#1494) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix Japanese text I found a few typos and am fixing them. * Remove font tag * Fix Japanese text --- .../react_todo_list_beginning/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html index debc627272..b163da36f3 100644 --- a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html +++ b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html @@ -54,8 +54,8 @@ translation_of: >-

create-react-appは、プロジェクトでまったく使用しないファイルをいくつか作成しています。

次に、以下のコマンドをコピーしてターミナルに貼り付け、不要なファイルをいくつか削除します。アプリのルートディレクトリから開始していることを確認してください。

-- cgit v1.2.3-54-g00ecf