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
commit f56856529f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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