Skip to content

Commit

Permalink
docs: fix typo in MIGRATION (inadverttly -> inadvertently) (#8497)
Browse files Browse the repository at this point in the history
docs: fix typo in MIGRATION (inadverttly -> inadvertently)
  • Loading branch information
shilman committed Oct 22, 2019
1 parent 39320e3 commit c9c13a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Expand Up @@ -107,7 +107,7 @@ This isn't a breaking change per se, because `addon-docs` is a new feature. Howe

### storySort option

In 5.0.x the global option `sortStoriesByKind` option was [inadverttly removed](#sortstoriesbykind). In 5.2 we've introduced a new option, `storySort`, to replace it. `storySort` takes a comparator function, so it is strictly more powerful than `sortStoriesByKind`.
In 5.0.x the global option `sortStoriesByKind` option was [inadvertently removed](#sortstoriesbykind). In 5.2 we've introduced a new option, `storySort`, to replace it. `storySort` takes a comparator function, so it is strictly more powerful than `sortStoriesByKind`.

For example, here's how to sort by story ID using `storySort`:

Expand Down

0 comments on commit c9c13a6

Please sign in to comment.