Skip to content

Commit 03e62b0

Browse files
authored
docs: fix "it's" -> "its" in permissions reference (#3367)
1 parent dbad6ce commit 03e62b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/reference/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified: 2026-06-25
2+
last_modified: 2026-06-29
33
title: "Permissions"
44
description: "Reference for Deno's permission system: how the runtime sandbox works and how to grant or deny file system, network, environment, system, subprocess, FFI, and import access with the --allow and --deny flags."
55
oldUrl:
@@ -495,7 +495,7 @@ and call functions from them.
495495

496496
By default, executing code can not use the
497497
[`Deno.dlopen`](/api/deno/~/Deno.dlopen) API, as this would constitute a
498-
violation of the principle that code can not escalate it's privileges without
498+
violation of the principle that code can not escalate its privileges without
499499
user consent.
500500

501501
In addition to [`Deno.dlopen`](/api/deno/~/Deno.dlopen), FFI can also be used

0 commit comments

Comments
 (0)