Skip to content

Commit d62dfd2

Browse files
authored
Update README.md
1 parent 5091878 commit d62dfd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/components/useDocsSearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function Search() {
1717
searchResPrev, // Search results for the previous searchText
1818
searchError, // Error information if search fails
1919
validSearchUrl, // Boolean indicating if the search URL is valid
20-
isLoading, // Boolean indicating if component is loading search result
21-
handleSearch, // Function to handle search input changes
20+
isLoading, // Boolean indicating if component is loading search result
21+
handleSearch, // Function to handle search input changes
2222
} = useDocsSearch(searchUrl);
2323

2424
return (

0 commit comments

Comments
 (0)