1
0
Fork 0

Merge pull request #15 from algolia/fix/snippet-typo

fix(snippet): Fix typo in method name
This commit is contained in:
Tim Carry 2015-12-15 17:26:14 +01:00
commit 55cf6d07c0

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,