diff options
| author | Zeke Sikelianos <[email protected]> | 2026-01-11 19:20:19 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-11 21:20:19 -0600 |
| commit | 7cbec9a1a78d8c42b83ca0fd0d0efdbc69f813b7 (patch) | |
| tree | e24463bd265eb8d0813479d72e4cb089fe1d1ece /packages/docs/essentials | |
| parent | c4ba5961c89313e630be48607c1599111524ab3f (diff) | |
| download | opencode-7cbec9a1a78d8c42b83ca0fd0d0efdbc69f813b7.tar.gz opencode-7cbec9a1a78d8c42b83ca0fd0d0efdbc69f813b7.zip | |
docs: fix typos in settings doc (#7892)
Diffstat (limited to 'packages/docs/essentials')
| -rw-r--r-- | packages/docs/essentials/settings.mdx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/docs/essentials/settings.mdx b/packages/docs/essentials/settings.mdx index 7aa44ce1e..2cc202ed1 100644 --- a/packages/docs/essentials/settings.mdx +++ b/packages/docs/essentials/settings.mdx @@ -57,11 +57,10 @@ Example: `mintlify` Hex color codes for your global theme <Expandable title="Colors"> <ResponseField name="primary" type="string" required> - The primary color. Used for most often for highlighted content, section headers, accents, in light mode + The primary color. Used most often for highlighted content, section headers, accents, in light mode </ResponseField> <ResponseField name="light" type="string"> - The primary color for dark mode. Used for most often for highlighted content, section headers, accents, in dark - mode + The primary color for dark mode. Used most often for highlighted content, section headers, accents, in dark mode </ResponseField> <ResponseField name="dark" type="string"> The primary color for important buttons |
