summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTimo Clasen <[email protected]>2025-07-14 22:40:16 +0200
committerGitHub <[email protected]>2025-07-14 16:40:16 -0400
commit535d79b64c2894d3f09cdf60cc4b6f50c057548d (patch)
tree2d6dfe9f175450c26142f65112d1e72c90f9c48a
parentb4e4c3f662fc262755b989cacc2e3845418b1d34 (diff)
downloadopencode-535d79b64c2894d3f09cdf60cc4b6f50c057548d.tar.gz
opencode-535d79b64c2894d3f09cdf60cc4b6f50c057548d.zip
docs: fix typo (#982)
-rw-r--r--packages/web/src/content/docs/docs/cli.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/cli.mdx b/packages/web/src/content/docs/docs/cli.mdx
index d7ca8340c..615924616 100644
--- a/packages/web/src/content/docs/docs/cli.mdx
+++ b/packages/web/src/content/docs/docs/cli.mdx
@@ -66,7 +66,7 @@ Logs you into a provider and saves them in the credentials file in `~/.local/sha
opencode auth login
```
-When opencode starts up it will loads the providers from the credentials file. And if there are any keys defined in your environments or a `.env` file in your project.
+When opencode starts up it loads the providers from the credentials file. And if there are any keys defined in your environments or a `.env` file in your project.
---