We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798124d commit a9648baCopy full SHA for a9648ba
examples/react/algolia/src/SearchResults.tsx
@@ -34,7 +34,7 @@ export default function SearchResults({ query = '' }: SearchResultsProps) {
34
return (
35
<div>
36
<div className="search-status">
37
- Satus: {status} {isFetching && <span>fetching...</span>}
+ Status: {status} {isFetching && <span>fetching...</span>}
38
</div>
39
40
<div className="search-result">
0 commit comments