From 03b8944f2e5c50ca456aa1daecafcac725625eca Mon Sep 17 00:00:00 2001 From: finxol Date: Wed, 11 Dec 2024 17:08:07 +0100 Subject: [PATCH] fix: linting error --- examples/tutorials/next.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/tutorials/next.md b/examples/tutorials/next.md index b7576fa4..a3079451 100644 --- a/examples/tutorials/next.md +++ b/examples/tutorials/next.md @@ -41,8 +41,9 @@ to install the dependencies deno install ``` -Next.js has some dependencies that still rely on `Object.prototype.__proto__`, so you need to allow it first. -In a new `deno.json` file, add the following lines: +Next.js has some dependencies that still rely on `Object.prototype.__proto__`, +so you need to allow it. In a new `deno.json` file, add the following +lines: ```json deno.json {