Skip to content

Commit 851b40f

Browse files
authored
Correct incorrect key in ThemeSettings spec (#873)
1 parent 50a487f commit 851b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/SwiftDocC.docc/Resources/ThemeSettings.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
}
7575
},
76-
"colors": {
76+
"color": {
7777
"type": "object",
7878
"description": "An object where each key represents the name of a color variable referenced in the renderer. A CSS property in the form `--color-[key]` will either be created or overwritten with the value associated with it.",
7979
"properties": {

0 commit comments

Comments
 (0)