Merge pull request #55 from txtsd/master

Fix blatant typo
This commit is contained in:
Aria Moradi
2021-04-06 22:27:53 +04:30
committed by GitHub

View File

@@ -73,7 +73,7 @@ export default function SearchSingle() {
}))]);
setHasNextPage(data.hasNextPage);
} else {
setMessage('search qeury returned nothing.');
setMessage('search query returned nothing.');
}
});
}