1
0
mirror of https://github.com/lensapp/lens.git synced 2024-08-16 04:40:24 +03:00

chore: Fix spelling mistake in KubeApi documentation

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-26 11:53:48 -04:00
parent 0dd833c00b
commit 84017b48db

View File

@ -86,7 +86,7 @@ export interface DerivedKubeApiOptions {
* version becomes the `preferredVersion` on the server but still has `v2` then the `v2` version
* will be used instead.
*
* This can help to prevent crashes in the future if the shape of a kind sufficently changes.
* This can help to prevent crashes in the future if the shape of a kind sufficiently changes.
*
* The order is important. It should be sorted and the first entry should be the most preferable.
*