From 8660a2696fe4a0e6dbaf7a4db0ba4ba8f86ed027 Mon Sep 17 00:00:00 2001 From: Raymond Rutjes Date: Sat, 27 May 2017 19:05:06 +0200 Subject: [PATCH] style(store): adjust comment --- src/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.js b/src/store.js index 6deaf3b65..676c205b1 100644 --- a/src/store.js +++ b/src/store.js @@ -67,7 +67,7 @@ export class Store { this._helper = algoliaHelper; // Here we enforce custom highlight tags for handling XSS protection. - // We also make sure that we keep the current page as this operation resets it. + // We also make sure that we keep the current page as setQueryParameter resets it. const page = this._helper.getPage(); this._helper.setQueryParameter('highlightPreTag', HIGHLIGHT_PRE_TAG); this._helper.setQueryParameter('highlightPostTag', HIGHLIGHT_POST_TAG);