Skip to content

Commit

Permalink
Merge pull request fauna-labs#8 from vasco3/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fauna-brecht committed May 15, 2020
2 parents 2eb600c + d3e37f4 commit 764045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fauna/queries/search.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { searchPeopleAndTags } from './search'
import { CreateHashtags } from './hashtags'
// About this spec:
// --------------------
// This spec shows how the autocompletion search worls.
// This spec shows how the autocompletion search works.
// A search that searches over multiple collections, in this case user aliases and tags (indexes can range over multiple collections)
// It's based on bindings which is like a calculated value.
// That means that the value to search for is automatically transformed to the 'ngrams' that support the search
Expand Down

0 comments on commit 764045d

Please sign in to comment.