aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/history_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/history_api/index.html')
-rw-r--r--files/ja/web/api/history_api/index.html2
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 e10f1e7498..f9a577390c 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="/ja/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>