diff options
| author | Sam Huckaby <[email protected]> | 2025-07-30 03:54:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-30 05:54:47 -0500 |
| commit | 54dc937fa181b033897d1f5e355cd789999b27ed (patch) | |
| tree | abbf01114f94e3a294e8aefce1036e6ee9849e51 | |
| parent | b5219f7585ebee81f3277ba3e15e7713782a0c6b (diff) | |
| download | opencode-54dc937fa181b033897d1f5e355cd789999b27ed.tar.gz opencode-54dc937fa181b033897d1f5e355cd789999b27ed.zip | |
fix: quick grammar and spelling check (#1402)
| -rw-r--r-- | packages/web/src/content/docs/docs/index.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/docs/index.mdx b/packages/web/src/content/docs/docs/index.mdx index 871b5ca37..b6b1ca95a 100644 --- a/packages/web/src/content/docs/docs/index.mdx +++ b/packages/web/src/content/docs/docs/index.mdx @@ -86,7 +86,7 @@ With opencode you can use any LLM provider by configuring their API keys. We recommend signing up for [Claude Pro](https://www.anthropic.com/news/claude-pro) or [Max](https://www.anthropic.com/max), it's the most cost-effective way to use opencode. -Once you've singed up, run `opencode auth login` and select Anthropic. +Once you've signed up, run `opencode auth login` and select Anthropic. ```bash $ opencode auth login @@ -105,7 +105,7 @@ $ opencode auth login └ ``` -Alternatively, you can select one of the other providers and adding their API keys. +Alternatively, you can select one of the other providers and add their API keys. --- @@ -257,7 +257,7 @@ team](/docs/share). /share ``` -This'll create a link to the current conversation and copy it to your clipboard. +This will create a link to the current conversation and copy it to your clipboard. :::note Conversations are not shared by default. |
