Skip to content

Commit

Permalink
docs(examples): fix spelling (#7207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna922 committed Apr 2, 2024
1 parent 798124d commit a9648ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/algolia/src/SearchResults.tsx
Expand Up @@ -34,7 +34,7 @@ export default function SearchResults({ query = '' }: SearchResultsProps) {
return (
<div>
<div className="search-status">
Satus: {status} {isFetching && <span>fetching...</span>}
Status: {status} {isFetching && <span>fetching...</span>}
</div>
<div>
<div className="search-result">
Expand Down

0 comments on commit a9648ba

Please sign in to comment.