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
+1 -1
View File
@@ -73,7 +73,7 @@ export default function SearchSingle() {
}))]); }))]);
setHasNextPage(data.hasNextPage); setHasNextPage(data.hasNextPage);
} else { } else {
setMessage('search qeury returned nothing.'); setMessage('search query returned nothing.');
} }
}); });
} }