docs: Fix kubernetes style doc `dimmed' (#944)

Fix an incorrect key in the Kubernetes doc (key was incorrectly labeled as `dim` where it should be `dimmed`)
This commit is contained in:
Heechul Ryu
2020-02-19 19:55:58 +00:00
committed by GitHub
parent ddd8cfb388
commit b529dcf9a0
+1 -1
View File
@@ -767,7 +767,7 @@ To enable it, set `disabled` to `false` in your configuration file.
[kubernetes]
symbol = "⛵ "
style = "dim green"
style = "dimmed green"
disabled = false
```