1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-06 18:40:47 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```