aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorJunichi Uekawa <dancerj@gmail.com>2021-04-18 17:05:03 +0900
committerGitHub <noreply@github.com>2021-04-18 17:05:03 +0900
commit56e6758d874f2249ed6233bd4c953dfcc12bdae3 (patch)
tree5c7653370f45c077601c57e47be832c8622a9bdc /files/ja/web
parenta7b4f514c6bbce19658f71432b35df3e77e97487 (diff)
downloadtranslated-content-56e6758d874f2249ed6233bd4c953dfcc12bdae3.tar.gz
translated-content-56e6758d874f2249ed6233bd4c953dfcc12bdae3.tar.bz2
translated-content-56e6758d874f2249ed6233bd4c953dfcc12bdae3.zip
typo (#560)
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/api/notification/notification/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/notification/notification/index.html b/files/ja/web/api/notification/notification/index.html
index de6abc4ca8..d590b8b219 100644
--- a/files/ja/web/api/notification/notification/index.html
+++ b/files/ja/web/api/notification/notification/index.html
@@ -39,7 +39,7 @@ translation_of: Web/API/Notification/Notification
<li><code>vibrate</code>: 通知が発生したときに端末のバイブレーションハードウェアに通知する<a href="/ja/docs/Web/Guide/API/Vibration#Vibration_patterns">バイブレーションパターン</a>です。</li>
<li><code>renotify</code>: 古い通知が新しい通知に置き換えられた後、ユーザーに通知するかどうかを指定する {{domxref("Boolean")}} 値です。既定値は <code>false</code> で、通知しないことを意味します。</li>
<li><code>requireInteraction</code>: 通知が自動的に閉じるのではなく、ユーザーがクリックするか解除するまでアクティブな状態を維持すべきであることを示します。既定値は <code>false</code> です。</li>
- <li><code>actions</code>: {{domxref("NotificationAction")}}} の配列で、通知が提示されたときにユーザーが利用できるアクションを表します。これらは、通知自体のコンテキスト内でアクションを実行するために、ユーザーが選択できる選択しです。アクションの名前は、アクションがユーザーによって選択されたことを知らせるために、サービスワーカーの通知ハンドラーに送られます。</li>
+ <li><code>actions</code>: {{domxref("NotificationAction")}}} の配列で、通知が提示されたときにユーザーが利用できるアクションを表します。これらは、通知自体のコンテキスト内でアクションを実行するために、ユーザーが選択できる選択枝です。アクションの名前は、アクションがユーザーによって選択されたことを知らせるために、サービスワーカーの通知ハンドラーに送られます。</li>
<li><code>silent</code>: 通知をサイレントにするかどうかを指定する{{domxref("Boolean")}} 値です。端末の設定にかかわらず、音やバイブレーションを発しないようにします。既定値は <code>false</code> で、サイレントではないことを意味します。</li>
</ul>
</dd>