Skip to content

Commit

Permalink
Merge pull request #313 from Uricorn/category-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in "Category"
  • Loading branch information
trmcnvn committed Mar 21, 2018
2 parents 228caca + bd1ce6c commit 188b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Search/Lists/TopsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class TopsList extends PureComponent {
}));

const categoryData = {
title: `${type} By Categeory`,
title: `${type} By Category`,
data: mappedCategories,
dark: true,
type: 'static',
Expand Down

0 comments on commit 188b983

Please sign in to comment.