Skip to content

Commit

Permalink
Merge pull request #55 from txtsd/master
Browse files Browse the repository at this point in the history
Fix blatant typo
  • Loading branch information
AriaMoradi authored Apr 6, 2021
2 parents 177c971 + 52e27a3 commit f568565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webUI/react/src/screens/SearchSingle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function SearchSingle() {
}))]);
setHasNextPage(data.hasNextPage);
} else {
setMessage('search qeury returned nothing.');
setMessage('search query returned nothing.');
}
});
}
Expand Down

0 comments on commit f568565

Please sign in to comment.