From b94c56fc076b7d06d5eece20020b3b815b9a5357 Mon Sep 17 00:00:00 2001 From: Lichao Chen Date: Tue, 14 Jul 2026 10:04:02 -0700 Subject: [PATCH] Fix typos in contributing guide Signed-off-by: Lichao Chen --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45fea31..02dd002 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,12 +93,12 @@ Run the setup script to install uv and install the project's dependencies. ./script/setup ``` -You can run the `format`, `lint`, and `test` scripts before commiting +You can run the `format`, `lint`, and `test` scripts before committing to validate your changes locally before going through CI. ### Environment variables -- `REPLICATE_API_BASE_URL`: Defaults to `https://api.replicate.com` but can be overriden to point the client at a development host. +- `REPLICATE_API_BASE_URL`: Defaults to `https://api.replicate.com` but can be overridden to point the client at a development host. - `REPLICATE_API_TOKEN`: Required. Find your token at https://replicate.com/#token ## Publishing releases