From ff30a0e2d16498ae59381ca73052c49a03d1c708 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Mon, 10 Sep 2018 16:54:56 -0700 Subject: [PATCH] core: add top-level runtimeError --- typings/lhr.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/lhr.d.ts b/typings/lhr.d.ts index 4245aff3272a..cb17be7e7a56 100644 --- a/typings/lhr.d.ts +++ b/typings/lhr.d.ts @@ -41,7 +41,7 @@ declare global { lighthouseVersion: string; /** An object containing the results of the audits, keyed by the audits' `id` identifier. */ audits: Record; - /** The top-level categories, their overall scores, and member audits. */ + /** The top-level categories, their overall scores, and member audits. */ categories: Record; /** Descriptions of the groups referenced by CategoryMembers. */ categoryGroups?: Record;