Skip to content

Commit 5a274cc

Browse files
committed
Fix typo in FTS
Change-Id: I6c506b550fed8ccdd8dfb0a8e8ce7eb5fb926e39
1 parent e9c09be commit 5a274cc

File tree

1 file changed

+1
-1
lines changed
  • firestore/full-text-search/public

1 file changed

+1
-1
lines changed

firestore/full-text-search/public/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const query = "Some text";
88
// Perform an Algolia search:
99
// https://www.algolia.com/doc/api-reference/api-methods/search/
1010
index
11-
.seach({
11+
.search({
1212
query
1313
})
1414
.then(responses => {

0 commit comments

Comments
 (0)