From 3d7dc934abd295f10683a5317e27a0f087048646 Mon Sep 17 00:00:00 2001 From: Raika Toriyama Date: Tue, 19 Mar 2024 14:16:32 +0900 Subject: [PATCH] Update index.md --- files/ja/web/api/window/localstorage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/api/window/localstorage/index.md b/files/ja/web/api/window/localstorage/index.md index f1c9627872d1a3..37ca39a886e3b6 100644 --- a/files/ja/web/api/window/localstorage/index.md +++ b/files/ja/web/api/window/localstorage/index.md @@ -10,7 +10,7 @@ l10n: **`localStorage`** は {{domxref("window")}} プロパティの読み取り専用プロパティで、この {{DOMxRef("Document")}} の {{glossary("origin")}} における {{DOMxRef("Storage")}} オブジェクトにアクセスできます。格納されたデータは、ブラウザーのセッションを跨いで保存されます。 -`localStorage` は {{DOMxRef("Window.sessionStorage", "sessionStorage")}} によく似ていまが、 `localStorage` のデータには期限がないのに対し、 `sessionStorage` のデータはページセッションが終了したとき、すなわちページが閉じられたときにクリアされます。(「プライベートブラウジング」や「プライバシーモード」のセッションに読み込まれた文書の `localStorage` のデータは、最後の「プライベート」タブが閉じられたときにクリアされます。) +`localStorage` は {{DOMxRef("Window.sessionStorage", "sessionStorage")}} によく似ていますが、 `localStorage` のデータには期限がないのに対し、 `sessionStorage` のデータはページセッションが終了したとき、すなわちページが閉じられたときにクリアされます。(「プライベートブラウジング」や「プライバシーモード」のセッションに読み込まれた文書の `localStorage` のデータは、最後の「プライベート」タブが閉じられたときにクリアされます。) ## 値