Skip to content

Commit 80cd74d

Browse files
authored
Merge pull request kubernetes-client#565 from paolomainardi/patch-2
Fix a typo
2 parents a6b0d4b + 2de5a09 commit 80cd74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const k8sApi = kc.makeApiClient(k8s.CoreV1Api);
103103

104104
There are several more examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory.
105105

106-
# Compatability
106+
# Compatibility
107107

108108
Prior to the `0.13.0` release, release versions did not track Kubernetes versions. Starting with the `0.13.0`
109109
release, we will increment the minor version whenever we update the minor Kubernetes API version

0 commit comments

Comments
 (0)