Skip to content

Commit

Permalink
fix(snippet): Fix typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Dec 15, 2015
1 parent 9db5040 commit 751dfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 751dfdb

Please sign in to comment.