Skip to content

Commit eed47ea

Browse files
yzhong52Yuchen Zhong
and
Yuchen Zhong
authored
Add missing comma (mmistakes#3318)
Co-authored-by: Yuchen Zhong <[email protected]>
1 parent 1227a16 commit eed47ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/05-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ theme: minimal-mistakes-jekyll
2828
Easily change the color scheme of the theme using one of the provided "skins":
2929
3030
```yaml
31-
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
31+
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
3232
```
3333
3434
**Note:** If you have made edits to the theme's CSS files be sure to update [`/assets/css/main.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/css/main.scss) to include `@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin` before the `minimal-mistakes` import.

0 commit comments

Comments
 (0)