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:
parent
ddd8cfb388
commit
b529dcf9a0
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue