diff options
author | Shintaro Mukai <shintaro@mukai.systems> | 2021-11-30 09:40:45 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-01 10:30:22 +0900 |
commit | 877a674c740ffb20d605691f2edece95eb703c1d (patch) | |
tree | 4b9fb9c5eeddc20c818c7b94fb73623477213301 /files/ja/web/api/web_storage_api | |
parent | 7d3f2a4c92d6d5d413917db317df5f37fd81efd9 (diff) | |
download | translated-content-877a674c740ffb20d605691f2edece95eb703c1d.tar.gz translated-content-877a674c740ffb20d605691f2edece95eb703c1d.tar.bz2 translated-content-877a674c740ffb20d605691f2edece95eb703c1d.zip |
Fix typo
Diffstat (limited to 'files/ja/web/api/web_storage_api')
-rw-r--r-- | files/ja/web/api/web_storage_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/web_storage_api/index.html b/files/ja/web/api/web_storage_api/index.html index c3af303411..cdf98a3934 100644 --- a/files/ja/web/api/web_storage_api/index.html +++ b/files/ja/web/api/web_storage_api/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/Web_Storage_API </li> <li><code>localStorage</code> も同様ですが、こちらはブラウザーを閉じたり再び開いたりしても持続します。 <ul> - <li>有効期限なしでデータを保存し、 JavaScript を介してクリアされるます。もしくは、ブラウザキャッシュ/ローカルに保存したデータのクリアによりクリアされます。</li> + <li>有効期限なしでデータを保存し、 JavaScript を介してクリアされます。もしくは、ブラウザキャッシュ/ローカルに保存したデータのクリアによりクリアされます。</li> <li>ストレージ制限は3つの中で最大です。</li> </ul> </li> |