summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMithlesh kumar <[email protected]>2025-07-04 21:08:43 +0530
committerGitHub <[email protected]>2025-07-04 15:38:43 +0000
commitf4923468dc4ebcd6c5c30157bfd81ada822d0983 (patch)
tree8d5730c763e16e4f41b38405954adc8d5e0a948e
parentef736f0d1c2f629d5de69d3131eda35cb4f757d7 (diff)
chore: typo fixes (#3203)
Co-authored-by: Jack Wotherspoon <[email protected]>
-rw-r--r--docs/npm.md2
-rw-r--r--packages/cli/src/gemini.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/npm.md b/docs/npm.md
index c004301a..01b99ccd 100644
--- a/docs/npm.md
+++ b/docs/npm.md
@@ -78,7 +78,7 @@ Pushing a new tag will trigger the [release workflow](https://github.com/google-
- Create a new GitHub release with generated release notes.
- Create a new branch `release/vX.Y.Z` containing the version bump in the `package.json` files.
-We also run a Gooogle cloud build called [release-docker.yml](../.gcp/release-docker.yaml). Which publishes the sandbox docker to match your release. This will also be moved to GH and combined with the main relase file once service account permissions are sorted out.
+We also run a Google cloud build called [release-docker.yml](../.gcp/release-docker.yaml). Which publishes the sandbox docker to match your release. This will also be moved to GH and combined with the main release file once service account permissions are sorted out.
### 2. Monitor the Release Workflow
diff --git a/packages/cli/src/gemini.tsx b/packages/cli/src/gemini.tsx
index cc1f41b6..9ad481fc 100644
--- a/packages/cli/src/gemini.tsx
+++ b/packages/cli/src/gemini.tsx
@@ -103,7 +103,7 @@ export async function main() {
const config = await loadCliConfig(settings.merged, extensions, sessionId);
// set default fallback to gemini api key
- // this has to go after load cli because thats where the env is set
+ // this has to go after load cli because that's where the env is set
if (!settings.merged.selectedAuthType && process.env.GEMINI_API_KEY) {
settings.setValue(
SettingScope.User,