docs: fix typos in settings doc (#7892)

This commit is contained in:
Zeke Sikelianos
2026-01-11 19:20:19 -08:00
committed by GitHub
parent 16f29a3df6
commit 35416b00a9
+2 -3
View File
@@ -57,11 +57,10 @@ Example: `mintlify`
Hex color codes for your global theme Hex color codes for your global theme
<Expandable title="Colors"> <Expandable title="Colors">
<ResponseField name="primary" type="string" required> <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>
<ResponseField name="light" type="string"> <ResponseField name="light" type="string">
The primary color for dark mode. Used for most often for highlighted content, section headers, accents, in dark The primary color for dark mode. Used most often for highlighted content, section headers, accents, in dark mode
mode
</ResponseField> </ResponseField>
<ResponseField name="dark" type="string"> <ResponseField name="dark" type="string">
The primary color for important buttons The primary color for important buttons