Documentation

This commit is contained in:
squidfunk 2019-12-18 21:26:52 +01:00
parent 40120a6241
commit 68b1e44d1a

View File

@ -60,7 +60,7 @@ export type SearchHighlightFactoryFn =
*
* @param config - Search index configuration
*
* @return Search highlight function
* @return Search highlight factory function
*/
export function setupSearchHighlighter(
config: SearchIndexConfig