From faf6eaf2d3899aee3fba50a6c0d04d7e98b5f892 Mon Sep 17 00:00:00 2001 From: andy <20419603+andyesterhuizen@users.noreply.github.com> Date: Fri, 16 Jun 2023 13:38:36 +0100 Subject: chore: fix typos in HrtimePermissionDescriptor and performance.now docs (#19469) --- cli/tsc/dts/lib.deno.ns.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tsc/dts/lib.deno.ns.d.ts') diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index 0247eda9c..cad8c6f55 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -4452,8 +4452,8 @@ declare namespace Deno { /** The permission descriptor for the `allow-hrtime` permission, which * controls if the runtime code has access to high resolution time. High - * resolution time is consider sensitive information, because it can be used - * by malicious code to gain information about the host that it might + * resolution time is considered sensitive information, because it can be used + * by malicious code to gain information about the host that it might not * otherwise have access to. * * @category Permissions */ -- cgit v1.2.3