Skip to content

Fix typos in contributor guide #793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading