diff --git a/docs/docs/project-configuration-dev-test-build.mdx b/docs/docs/project-configuration-dev-test-build.mdx index 28ef71678572..877d3b9dc261 100644 --- a/docs/docs/project-configuration-dev-test-build.mdx +++ b/docs/docs/project-configuration-dev-test-build.mdx @@ -162,6 +162,6 @@ You can also pass a flag when you launch your dev servers, for example: ```bash yarn rw dev --debugPort 75028 ``` -The flag passed in the CLI will always take precendence over your setting in the redwood.toml +The flag passed in the CLI will always take precedence over your setting in the `redwood.toml` Just remember to also change the port you are attaching to in your `./vscode/launch.json`