Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spelling Change
  • Loading branch information
masonbrothers authored Oct 17, 2023
1 parent 336f401 commit c767fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const main = async () => {
console.log('New namespace created: ', createNamespaceRes.body);

const readNamespaceRes = await k8sApi.readNamespace(namespace.metadata.name);
console.log('Namespcace: ', readNamespaceRes.body);
console.log('Namespace: ', readNamespaceRes.body);

await k8sApi.deleteNamespace(namespace.metadata.name, {});
} catch (err) {
Expand Down

0 comments on commit c767fc8

Please sign in to comment.