Skip to content

Commit 4090e08

Browse files
Docs: Fix typo in suggestion query
1 parent d8bd598 commit 4090e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ awesome TS search query.
459459
Simple suggestion that returns a suggestion based on the sent term
460460
461461
```
462-
suggestions = $(Search.query(site)...termSuggestions('someTerm')}
462+
suggestions = ${Search.query(site)...termSuggestions('someTerm')}
463463
```
464464
You can access your suggestions inside your fluid template with
465465
```

0 commit comments

Comments
 (0)