summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/webassembly.md2
-rw-r--r--docs/tools/script_installer.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started/webassembly.md b/docs/getting_started/webassembly.md
index a960b6614..4aa1f35e4 100644
--- a/docs/getting_started/webassembly.md
+++ b/docs/getting_started/webassembly.md
@@ -4,7 +4,7 @@ Deno can execute [WebAssembly](https://webassembly.org/) modules with the same
interfaces that
[browsers provide](https://developer.mozilla.org/en-US/docs/WebAssembly).
-<!-- dprint-ignore -->
+<!-- deno-fmt-ignore -->
```ts
const wasmCode = new Uint8Array([
diff --git a/docs/tools/script_installer.md b/docs/tools/script_installer.md
index 54ced70f6..b5046719e 100644
--- a/docs/tools/script_installer.md
+++ b/docs/tools/script_installer.md
@@ -67,7 +67,7 @@ idiom to specify the entry point in an executable script.
Example:
-<!-- dprint-ignore -->
+<!-- deno-fmt-ignore -->
```ts
// https://example.com/awesome/cli.ts