From 35d371f4378ac238940a22a5d52fa42623d2f21a Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 29 Oct 2023 14:34:16 +0900 Subject: [PATCH] =?UTF-8?q?2023/02/22=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=90=8C=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/eyedropper/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/api/eyedropper/index.md b/files/ja/web/api/eyedropper/index.md index 44e70f65c0b926..0d223dd30efa64 100644 --- a/files/ja/web/api/eyedropper/index.md +++ b/files/ja/web/api/eyedropper/index.md @@ -19,7 +19,7 @@ l10n: _`EyeDropper` インターフェイスは、メソッドを継承しません。_ - {{DOMxRef("EyeDropper.open()")}} {{Experimental_Inline}} - - : 選択された色へのアクセスを提供するオブジェクトで解決する {{jsxref("Promise")}} を返します。 + - : 選択された色へのアクセスを提供するオブジェクトで解決するプロミスを返します。 ## 例