diff options
author | welfuture <167498261+welfuture@users.noreply.github.com> | 2024-04-21 07:54:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 01:54:07 +0200 |
commit | e55087f57af657069090f63517ec776d8958e410 (patch) | |
tree | cd627d6d56ffc6118fd83d56945a3b11764bcfaa /tests/testdata | |
parent | db3b3fb665bba7a063e038907efbc0a14d863d63 (diff) |
fix: Fix some typos in comments (#23470)
Signed-off-by: welfuture <wellfuture@qq.com>
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/fmt/with_config/subdir/c.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/fmt/with_config/subdir/c.md b/tests/testdata/fmt/with_config/subdir/c.md index 012f7e3d4..70a426af2 100644 --- a/tests/testdata/fmt/with_config/subdir/c.md +++ b/tests/testdata/fmt/with_config/subdir/c.md @@ -5,7 +5,7 @@ unless you specifically enable it, a program run with Deno has no file, network, or environment access. Access to security sensitive functionality -requires that permisisons have been +requires that permissions have been granted to an executing script through command line flags, or a runtime permission prompt. |