Skip to content

Commit

Permalink
bugfix/Fix typo (#2229)
Browse files Browse the repository at this point in the history
I don't think there are other instances of this being used, but maybe you can check.
  • Loading branch information
youanden authored and patzick committed Jan 18, 2019
1 parent 938c5ac commit f87f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/catalog/components/CategorySort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const CategorySort = {
}
},
computed: {
soringOptions () {
sortingOptions () {
return this.$store.state.config.products.sortByAttributes
}
}
Expand Down

0 comments on commit f87f3df

Please sign in to comment.