From 9a4a4056f5bee5734a09fe6b09a90c362492bd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Mon, 25 Nov 2024 20:08:14 +0900 Subject: [PATCH] docs: add missing punctuations in `developing-using-local-app.md` --- contributing/core/developing-using-local-app.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/core/developing-using-local-app.md b/contributing/core/developing-using-local-app.md index f61d462348708..2e643ad01ed61 100644 --- a/contributing/core/developing-using-local-app.md +++ b/contributing/core/developing-using-local-app.md @@ -12,9 +12,9 @@ If you already have an app and it has dependencies, you can follow these steps: 1. Move your app inside of the Next.js monorepo. -2. Run with `pnpm next-with-deps ./app-path-in-monorepo` +2. Run with `pnpm next-with-deps ./app-path-in-monorepo`. -## Set as a local dependency in package.json +## Set as a local dependency in `package.json` 1. Run `pnpm dev` in the background in the Next.js monorepo. @@ -38,7 +38,7 @@ If you already have an app and it has dependencies, you can follow these steps: Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loading-swc ``` -Try to add the below section to your `package.json`, then run again +Try to add the below section to your `package.json`, then run again. ```json {