From e34aaeda276d127870a6fa0e2ec74cc2e5f0ea55 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 9 Jan 2019 15:05:02 +0100 Subject: [PATCH] trusted-types: Fix a typo --- types/trusted-types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/trusted-types/index.d.ts b/types/trusted-types/index.d.ts index 2d2db62999..e6e410dfed 100644 --- a/types/trusted-types/index.d.ts +++ b/types/trusted-types/index.d.ts @@ -16,7 +16,7 @@ declare class TrustedScriptURL { } declare class TrustedURL { - private readonly _TrustedURL: trueBrand; // To prevent structural typing. + private readonly _TrustedURLBrand: true; // To prevent structural typing. } declare class TrustedTypePolicy {