From 8c26c9c9a9b6ba2769727e875cb4d5f876e93aad Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 29 Aug 2024 22:28:36 +0900 Subject: [PATCH] Update index.md --- files/ja/web/api/notification/notification/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/ja/web/api/notification/notification/index.md b/files/ja/web/api/notification/notification/index.md index 41b74074a9016b..e902c42e131857 100644 --- a/files/ja/web/api/notification/notification/index.md +++ b/files/ja/web/api/notification/notification/index.md @@ -10,8 +10,7 @@ l10n: **`Notification()`** コンストラクターは、ユーザー通知を表す新しい {{domxref("Notification")}} オブジェクトのインスタンスを生成します。 -> **メモ:** -> {{domxref("ServiceWorkerGlobalScope")}} 内で `Notification()` コンストラクターを使用して通知を作成しようとすると、`TypeError` が発生します。代わりに {{domxref("ServiceWorkerRegistration.showNotification()")}} を使用してください。 +> **メモ:** {{domxref("ServiceWorkerGlobalScope")}} 内で `Notification()` コンストラクターを使用して通知を作成しようとすると、`TypeError` が発生します。代わりに {{domxref("ServiceWorkerRegistration.showNotification()")}} を使用してください。 ## 構文