docs(preset): fix incorrect Rocky Linux key in plain text symbols preset (#5899)
This commit is contained in:
parent
be4e97c2d9
commit
5d4007f5c1
|
@ -157,7 +157,7 @@ Pop = "pop "
|
||||||
Raspbian = "rasp "
|
Raspbian = "rasp "
|
||||||
Redhat = "rhl "
|
Redhat = "rhl "
|
||||||
RedHatEnterprise = "rhel "
|
RedHatEnterprise = "rhel "
|
||||||
Rocky = "rky "
|
RockyLinux = "rky "
|
||||||
Redox = "redox "
|
Redox = "redox "
|
||||||
Solus = "sol "
|
Solus = "sol "
|
||||||
SUSE = "suse "
|
SUSE = "suse "
|
||||||
|
|
Loading…
Reference in New Issue