Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 751dfdb

Browse files
committed
fix(snippet): Fix typo in method name
1 parent 9db5040 commit 751dfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/DocSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class DocSearch {
107107
utils.getHighlightedValue(hit, 'lvl5'),
108108
utils.getHighlightedValue(hit, 'lvl6')
109109
]).join(' › ');
110-
let text = utils.getSnippettedValue(hit, 'content');
110+
let text = utils.getSnippetedValue(hit, 'content');
111111

112112
return {
113113
isCategoryHeader: hit.isCategoryHeader,

0 commit comments

Comments
 (0)