Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitten King committed Jul 22, 2019
1 parent 3587257 commit fc85fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ If you follow that process, you can then link to the GitHub repository in the is

Sometimes your storybook is deeply ingrained in your own setup and it's hard to create a minimal viable reproduction somewhere else.

Inside the storybook repo we have a script that allows you to test the packages inside this repo in your own seperate project.
Inside the storybook repo we have a script that allows you to test the packages inside this repo in your own separate project.

You can use `npm link` on all packages, but npm linking is cumbersome and has subtle differences from what happens in a registry-based installation.
So the way our script works is that it:
Expand Down
2 changes: 1 addition & 1 deletion addons/a11y/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ storiesOf('button', module)

## Roadmap

* Make UI accessibile
* Make UI accessible
* Show in story where violations are.
* Add more example tests
* Add tests
Expand Down
4 changes: 2 additions & 2 deletions addons/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ storiesOf('Button', module).add('default view', () => (

## Configuration

Arguments which are passed to the action call will have to be serialized while be "transfered"
Arguments which are passed to the action call will have to be serialized while be "transferred"
over the channel.

This is not very optimal and can cause lag when large objects are being logged, for this reason it is possible
Expand Down Expand Up @@ -111,7 +111,7 @@ action('my-action', {

|Name|Type|Description|Default|
|---|---|---|---|
|`depth`|Number|Configures the transfered depth of any logged objects.|`10`|
|`depth`|Number|Configures the transferred depth of any logged objects.|`10`|
|`clearOnStoryChange`|Boolean|Flag whether to clear the action logger when switching away from the current story.|`true`|
|`limit`|Number|Limits the number of items logged in the action logger|`50`|

Expand Down

0 comments on commit fc85fc2

Please sign in to comment.