From 0c81f68bf6bbf51c3b532fd048c786fdaff4c4d0 Mon Sep 17 00:00:00 2001
From: Stefan Weil <sw@weilnetz.de>
Date: Fri, 7 Sep 2018 16:01:43 +0200
Subject: [PATCH] js: Fix typo in comment (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 js/src/widgets/searchWithinResults.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/widgets/searchWithinResults.js b/js/src/widgets/searchWithinResults.js
index 4b603904f..c5953c5d1 100644
--- a/js/src/widgets/searchWithinResults.js
+++ b/js/src/widgets/searchWithinResults.js
@@ -2,7 +2,7 @@
 
 /**
  * UI + logic to get search results for a given search query. On initialization,
- * the provided search query is given tothe provided IIIF Search service.
+ * the provided search query is given to the provided IIIF Search service.
  * The response is displayed as a list.
  *
  * Parameter 'query_params': {q: query, motivation: motivation, date: date, user: user}
-- 
GitLab