From 32357d8e7e463de72ce4a1fbcf38cddf405c6e1a Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 15 Oct 2024 23:40:13 -0700 Subject: [PATCH] Fix typos in contributor guide --- docs/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a4bd7780..8506a0d8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -91,7 +91,7 @@ If you want to run integration tests or work on documentation, you will also nee ### Building the source code -From the project folder root, just run: F +From the project folder root, just run: ```shell task build @@ -220,8 +220,8 @@ command: task website:serve ``` -The documentation will build. If you don't see any error, open `http://127.0.0.1:8000` in your browser to local the -local copy of the documentation. +The documentation will build. If you don't see any error, open `http://127.0.0.1:8000` in your browser to view the local +copy of the documentation. #### Documentation publishing