Skip to content
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