diff options
-rw-r--r-- | files/ja/web/api/cookiestore/get/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/cookiestore/get/index.md b/files/ja/web/api/cookiestore/get/index.md index 5ca96ed26a..bdcc07da9a 100644 --- a/files/ja/web/api/cookiestore/get/index.md +++ b/files/ja/web/api/cookiestore/get/index.md @@ -11,7 +11,7 @@ browser-compat: api.CookieStore.get --- {{securecontext_header}}{{DefaultAPISidebar("Cookie Store API")}} -{{Domxref("CookieStore")}} インターフェイスの **`get()`** メソッドは、与えられた名前またはオプションオブジェクトを持つ1つの Cookie を返します(下記参照)。このメソッドは渡されたパラメータに最初にマッチする Cookie を返します。 +{{Domxref("CookieStore")}} インターフェイスの **`get()`** メソッドは、与えられた名前またはオプションオブジェクトを持つ 1 つの Cookie を返します(下記参照)。このメソッドは渡されたパラメータに最初にマッチする Cookie を返します。 ## 構文 |