Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton committed Jul 5, 2018
1 parent 1443b53 commit 7612971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/getLayoutInstance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Get layout instance from uri
#### Example

```js
getComponentInstance('nymag.com/press/_layouts/base/instances/foobarbaz@published')
getLayoutInstance('nymag.com/press/_layouts/base/instances/foobarbaz@published')
//=> 'foobarbaz'

```
2 changes: 1 addition & 1 deletion lib/getLayoutName/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Get layout name from uri
#### Example

```js
getComponentName('nymag.com/press/_layouts/base/instances/foobarbaz@published')
getLayoutName('nymag.com/press/_layouts/base/instances/foobarbaz@published')
//=> 'base'

```
2 changes: 1 addition & 1 deletion lib/isLayout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check if '/_layouts/' is in the uri
#### Example

```js
isComponent('nymag.com/press/_layouts/base/instances/foobarbaz@published')
isLayout('nymag.com/press/_layouts/base/instances/foobarbaz@published')
//=> true

```

0 comments on commit 7612971

Please sign in to comment.