Skip to content

Commit b94c56f

Browse files
committed
Fix typos in contributing guide
Signed-off-by: Lichao Chen <lichao_chen@outlook.com>
1 parent d2956ff commit b94c56f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ Run the setup script to install uv and install the project's dependencies.
9393
./script/setup
9494
```
9595

96-
You can run the `format`, `lint`, and `test` scripts before commiting
96+
You can run the `format`, `lint`, and `test` scripts before committing
9797
to validate your changes locally before going through CI.
9898

9999
### Environment variables
100100

101-
- `REPLICATE_API_BASE_URL`: Defaults to `https://api.replicate.com` but can be overriden to point the client at a development host.
101+
- `REPLICATE_API_BASE_URL`: Defaults to `https://api.replicate.com` but can be overridden to point the client at a development host.
102102
- `REPLICATE_API_TOKEN`: Required. Find your token at https://replicate.com/#token
103103

104104
## Publishing releases

0 commit comments

Comments
 (0)