Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db5040 commit 751dfdbCopy full SHA for 751dfdb
src/lib/DocSearch.js
@@ -107,7 +107,7 @@ class DocSearch {
107
utils.getHighlightedValue(hit, 'lvl5'),
108
utils.getHighlightedValue(hit, 'lvl6')
109
]).join(' › ');
110
- let text = utils.getSnippettedValue(hit, 'content');
+ let text = utils.getSnippetedValue(hit, 'content');
111
112
return {
113
isCategoryHeader: hit.isCategoryHeader,
0 commit comments