trusted-types: Fix a typo

This commit is contained in:
Jakub Vrana 2019-01-09 15:05:02 +01:00
parent 71cbfeded4
commit e34aaeda27

View File

@ -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 {