aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/cookiestore/index.md
diff options
context:
space:
mode:
authormongolyy <mongolyy@gmail.com>2022-02-21 23:30:29 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-03-12 21:36:02 +0900
commita96f7b08aee032f0010e389663c5732b84949e9a (patch)
treebf2b8ee1628df266c179d86d9b783e3e96f7ade7 /files/ja/web/api/cookiestore/index.md
parent885fc19d39b08c2218e51133d47808e567ac3192 (diff)
downloadtranslated-content-a96f7b08aee032f0010e389663c5732b84949e9a.tar.gz
translated-content-a96f7b08aee032f0010e389663c5732b84949e9a.tar.bz2
translated-content-a96f7b08aee032f0010e389663c5732b84949e9a.zip
文言の微修正
Diffstat (limited to 'files/ja/web/api/cookiestore/index.md')
-rw-r--r--files/ja/web/api/cookiestore/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/cookiestore/index.md b/files/ja/web/api/cookiestore/index.md
index 40d6a5c589..2ec1548cd3 100644
--- a/files/ja/web/api/cookiestore/index.md
+++ b/files/ja/web/api/cookiestore/index.md
@@ -21,7 +21,7 @@ browser-compat: api.CookieStore
- {{domxref("CookieStore.delete()")}}
- : `delete()` メソッドは与えられた名前またはオプションオブジェクトを持つCookieを削除します。削除が完了すると解決される {{jsxref("Promise")}} が返されます。
- {{domxref("CookieStore.get()")}}
- - : `get()` メソッドは与えられた名前またはオプションオブジェクトで一つのCookieを取得します。一つのCookieの詳細に解決される {{jsxref("Promise")}} を返します。
+ - : `get()` メソッドは与えられた名前またはオプションオブジェクトで1つのCookieを取得します。1つのCookieの詳細に解決される {{jsxref("Promise")}} を返します。
- {{domxref("CookieStore.getAll()")}}
- : `getAll()` メソッドはマッチするすべてのCookieを取得します。Cookieのリストに解決される {{jsxref("Promise")}} を返します。
- {{domxref("CookieStore.set()")}}