Skip to content

Commit 8deed5b

Browse files
authored
Merge pull request #2578 from lfallet/fix/typo-in-readme
fix: typos in readme
2 parents 2f6b57b + 7c8853e commit 8deed5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ k8sApi.createNamespace({ body: namespace }).then(
6363
);
6464
```
6565

66-
## Create a cluster configuration programatically
66+
## Create a cluster configuration programmatically
6767

6868
```javascript
6969
const k8s = require('@kubernetes/client-node');
@@ -112,7 +112,7 @@ release, we will increment the minor version whenever we update the minor Kubern
112112

113113
We switched from `request` to `fetch` as the HTTP(S) backend for the `1.0.0` release.
114114

115-
Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
115+
Generally speaking newer clients will work with older Kubernetes, but compatibility isn't 100% guaranteed.
116116

117117
| client version | older versions | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33|
118118
| -------------- | -------------- | ---- | ---- | ---- | ---- | ---- |----|

0 commit comments

Comments
 (0)