Skip to content

Commit 034703e

Browse files
committed
fix(documentation): Change instantsearch.widgets.stats typo data.processingTimMS to data.processingTimeMS
1 parent 30a254e commit 034703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ search.addWidget(
11831183
templates: {
11841184
body: function(data) {
11851185
return '<div>You have ' + data.nbHits + ' results, fetched in ' +
1186-
data.processingTimMS +'ms.</div>'
1186+
data.processingTimeMS +'ms.</div>'
11871187
}
11881188
}
11891189
})

0 commit comments

Comments
 (0)