fix(snippet): Fix typo in method name
This commit is contained in:
parent
9db5040f42
commit
751dfdb107
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class DocSearch {
|
||||||
utils.getHighlightedValue(hit, 'lvl5'),
|
utils.getHighlightedValue(hit, 'lvl5'),
|
||||||
utils.getHighlightedValue(hit, 'lvl6')
|
utils.getHighlightedValue(hit, 'lvl6')
|
||||||
]).join(' › ');
|
]).join(' › ');
|
||||||
let text = utils.getSnippettedValue(hit, 'content');
|
let text = utils.getSnippetedValue(hit, 'content');
|
||||||
|
|
||||||
return {
|
return {
|
||||||
isCategoryHeader: hit.isCategoryHeader,
|
isCategoryHeader: hit.isCategoryHeader,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue