From 49066aa9b82eb20cbcdfd795bbbfa2e57f077678 Mon Sep 17 00:00:00 2001 From: Victor Parpoil Date: Mon, 20 Oct 2025 11:27:41 +0200 Subject: [PATCH] Apply suggestion from @italojs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Italo José --- v3-docs/docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/CONTRIBUTING.md b/v3-docs/docs/CONTRIBUTING.md index 7364936a8f..6eeca5fe67 100644 --- a/v3-docs/docs/CONTRIBUTING.md +++ b/v3-docs/docs/CONTRIBUTING.md @@ -25,6 +25,6 @@ You must test your contibution locally before submitting a pull request. To do s 1. `cd v3-docs/docs && npm run docs:dev` will run the docs locally at [http://localhost:5173/](http://localhost:5173/) 2. Make your changes and verify them in the browser. 3. run `npm run docs:build` to ensure the build works correctly. -4. Push your work and submit à documented pull request to the `devel` branch. +4. Push your work and submit a documented pull request to the `devel` branch. If you add a new page to the documentation, please make sure the configuration creates a link to access it (see [.vitepress/config.mts](https://github.com/meteor/meteor/blob/devel/v3-docs/docs/.vitepress/config.mts)).