Skip to content

Commit

Permalink
Merge pull request #4214 from Primigenus/patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ndelangen authored Sep 22, 2018
2 parents f18f14f + a48ea78 commit 6471b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/addons/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ addonAPI.register('my-organisation/my-addon', storybookAPI => {
});
```

### storybookAPI.getURLState(overrideParams)
### storybookAPI.getUrlState(overrideParams)

This method allows you to get application url state with some changed params. For example, if you want to get a link to a particular story:

Expand Down

0 comments on commit 6471b54

Please sign in to comment.