From b08053c5b5651844b95201d9946c1f54375beda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Sat, 17 Jul 2021 02:48:27 +0200 Subject: [PATCH] Fix typo of ContentIndexEvent's "id" property (was "in") (#11555) --- 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",