1
0
Fork 0

fix(snippet): Fix typo in method name

This commit is contained in:
Pixelastic 2015-12-15 17:25:32 +01:00
parent 9db5040f42
commit 751dfdb107

View file

@ -107,7 +107,7 @@ class DocSearch {
utils.getHighlightedValue(hit, 'lvl5'),
utils.getHighlightedValue(hit, 'lvl6')
]).join(' ');
let text = utils.getSnippettedValue(hit, 'content');
let text = utils.getSnippetedValue(hit, 'content');
return {
isCategoryHeader: hit.isCategoryHeader,