Skip to content

Commit

Permalink
fix(docs): typos in docs (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasbw committed Jan 8, 2018
1 parent b25e941 commit ef65951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ You can extend the Kubernetes API using a
and kubernetes-client:

```js
const newResoure = {
const newResource = {
apiVersion: 'extensions/v1beta1',
kind: 'ThirdPartyResource',
metadata: {
Expand Down
4 changes: 2 additions & 2 deletions lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class BaseObject extends CallableObject {
* @param {object} options - Options object
* @param {string} options.api - Kubernetes API URL
* @param {string} options.name - kubernetes resource name
* @param {string} options.parentPath - Kubernetes resource paprent path
* @param {string} options.fn - Optional function to invoke when object is
* @param {string} options.parentPath - Kubernetes resource parent path
* @param {function} options.fn - Optional function to invoke when object is
* called
* @param {string} options.qs - Optional query string object
*/
Expand Down

0 comments on commit ef65951

Please sign in to comment.