From 2a56cc59217fd5a670c0585179bd2bf33f9430ed Mon Sep 17 00:00:00 2001 From: mongolyy Date: Sat, 12 Mar 2022 13:45:54 +0900 Subject: 数字の前後に空白を入れる MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/cookiestore/get/index.md | 2 +- files/ja/web/api/cookiestore/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/api/cookiestore/get/index.md b/files/ja/web/api/cookiestore/get/index.md index bdcc07da9a..2f6f6dbb9e 100644 --- a/files/ja/web/api/cookiestore/get/index.md +++ b/files/ja/web/api/cookiestore/get/index.md @@ -73,7 +73,7 @@ var cookie = CookieStore.get(options); ## 例 -この例では、"cookie1" という名前の Cookie を返します。もし Cookie が見つかれば、プロミスの結果は1つの Cookie の詳細を含むオブジェクトになります。 +この例では、"cookie1" という名前の Cookie を返します。もし Cookie が見つかれば、プロミスの結果は 1 つの Cookie の詳細を含むオブジェクトになります。 ```js let cookie = cookieStore.get('cookie1'); diff --git a/files/ja/web/api/cookiestore/index.md b/files/ja/web/api/cookiestore/index.md index 2ec1548cd3..c3a723aa6e 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()` メソッドは与えられた名前またはオプションオブジェクトで1つのCookieを取得します。1つのCookieの詳細に解決される {{jsxref("Promise")}} を返します。 + - : `get()` メソッドは与えられた名前またはオプションオブジェクトで 1 つのCookieを取得します。1 つのCookieの詳細に解決される {{jsxref("Promise")}} を返します。 - {{domxref("CookieStore.getAll()")}} - : `getAll()` メソッドはマッチするすべてのCookieを取得します。Cookieのリストに解決される {{jsxref("Promise")}} を返します。 - {{domxref("CookieStore.set()")}} -- cgit v1.2.3-54-g00ecf