From 2de2dca39d727e3688e7c8bece56246abc1cae47 Mon Sep 17 00:00:00 2001 From: almeidx Date: Fri, 27 Mar 2026 14:10:19 +0000 Subject: [PATCH] fixup! Apply suggestions from code review --- website/docs/Contributing.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/Contributing.mdx b/website/docs/Contributing.mdx index c637715f..fd0bdd18 100644 --- a/website/docs/Contributing.mdx +++ b/website/docs/Contributing.mdx @@ -24,9 +24,9 @@ channel. ### Install dependencies first -One of the most crucial steps is installing dependencies via `pnpm install --frozen-lockfile`. This ensures that linting can be done, and -it also sets up the `git` hooks for building the `deno` types and automatically formatting/linting the code when you -commit it. +One of the most crucial steps is installing dependencies via `pnpm install --frozen-lockfile`. This ensures that linting +can be done, and it also sets up the `git` hooks for building the `deno` types and automatically formatting/linting the +code when you commit it. If you forget to install dependencies, or are doing the contributions through other means (like directly from GitHub web), you might see a comment like this one being sent as a review to your pull request: