From 460bc36a1db1dd4d2ea88c76b155aaf19577bc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 16 Jul 2021 16:52:39 +0200 Subject: [PATCH] Fix typo of ContentIndexEvent's "id" property (was "in") It should be "id": https://wicg.github.io/content-index/spec/#content-index-event https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/content_index/content_index_event.idl;l=12;drc=c2e7d4f0b24814b0d1c51a964db34ec5b4930756 --- api/ContentIndexEvent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ContentIndexEvent.json b/api/ContentIndexEvent.json index a219d6774509fa..886a51ded3333d 100644 --- a/api/ContentIndexEvent.json +++ b/api/ContentIndexEvent.json @@ -98,7 +98,7 @@ } } }, - "in": { + "id": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/ContentIndexEvent/id", "spec_url": "https://wicg.github.io/content-index/spec/#dom-contentindexevent-id",