aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/cookiestore/change_event/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/cookiestore/change_event/index.md')
-rw-r--r--files/ja/web/api/cookiestore/change_event/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/cookiestore/change_event/index.md b/files/ja/web/api/cookiestore/change_event/index.md
index f28ed2ba69..4596455c67 100644
--- a/files/ja/web/api/cookiestore/change_event/index.md
+++ b/files/ja/web/api/cookiestore/change_event/index.md
@@ -12,7 +12,7 @@ browser-compat: api.CookieStore.change_event
---
{{securecontext_header}}{{DefaultAPISidebar("Cookie Store API")}}
-任意のCookieに変更が加えられると、 {{domxref("CookieStore")}} オブジェクトで `change` イベントが発火します。
+任意の Cookie に変更が加えられると、{{domxref("CookieStore")}} オブジェクトで `change` イベントが発火します。
## 構文
@@ -34,7 +34,7 @@ cookieStore.addEventListener('change', function(event) {
});
```
-あるいは、 `CookieStore.onchange` イベントハンドラープロパティを使用して、 `change` イベントのハンドラを定義することもできます。
+あるいは、`CookieStore.onchange` イベントハンドラープロパティを使用して、`change` イベントのハンドラを定義することもできます。
```js
cookieStore.onchange = function(event) {