diff options
author | aokabi <aokabi@users.noreply.github.com> | 2021-05-17 02:02:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 02:02:29 +0900 |
commit | d4463b7c88d92af536977feebb2195e29b02f650 (patch) | |
tree | 14c9623d21f2344828ab90e13ccedbb2f3bae97e /files/ja/web | |
parent | 7eb64c889af57451bcf27bcfd31135ea32061df4 (diff) | |
download | translated-content-d4463b7c88d92af536977feebb2195e29b02f650.tar.gz translated-content-d4463b7c88d92af536977feebb2195e29b02f650.tar.bz2 translated-content-d4463b7c88d92af536977feebb2195e29b02f650.zip |
fix: typo in history api (lang:ja) (#879)
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/api/history_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/history_api/index.html b/files/ja/web/api/history_api/index.html index c317686348..62e0eb288c 100644 --- a/files/ja/web/api/history_api/index.html +++ b/files/ja/web/api/history_api/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/History_API --- <div>{{DefaultAPISidebar("History API")}}</div> -<p>DOM の {{DOMxRef("Window")}} オブジェクトは、ブラウザーのセッション履歴 (<a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history">WebExtensions history</a> と混同しないように) へのアクセスを {{DOMxRef("Window.history","history")}} オブジェクトを介して提供しています。このオブジェクトは、ユーザーの履歴の中を前のページや後のページへ移動したり、履歴スタックの中を称さしたりするのに便利なメソッドやプロパティが提供されています。</p> +<p>DOM の {{DOMxRef("Window")}} オブジェクトは、ブラウザーのセッション履歴 (<a href="/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history">WebExtensions history</a> と混同しないように) へのアクセスを {{DOMxRef("Window.history","history")}} オブジェクトを介して提供しています。このオブジェクトは、ユーザーの履歴の中を前のページや後のページへ移動したり、履歴スタックの中を操作したりするのに便利なメソッドやプロパティが提供されています。</p> <h2 id="Concepts_and_usage" name="Concepts_and_usage">概念と使用方法</h2> |