summaryrefslogtreecommitdiffstats
path: root/client/lib
diff options
context:
space:
mode:
authorPrayag Verma <prayag.verma@gmail.com>2016-07-11 15:30:56 +0530
committerMaxime Quandalle <maxime@quandalle.com>2016-07-11 12:00:56 +0200
commitc7e457e63fd4b2c238bcfd9d538fea7fbdc5c594 (patch)
tree33a34a64cb44c323383090f616044cb82e03705d /client/lib
parent14e2b3c15fdaaa7a45716041dd9e44740a747b26 (diff)
downloadwekan-c7e457e63fd4b2c238bcfd9d538fea7fbdc5c594.tar.gz
wekan-c7e457e63fd4b2c238bcfd9d538fea7fbdc5c594.tar.bz2
wekan-c7e457e63fd4b2c238bcfd9d538fea7fbdc5c594.zip
Fix a typo (#515)
Remove extra `the`
Diffstat (limited to 'client/lib')
-rw-r--r--client/lib/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/lib/popup.js b/client/lib/popup.js
index 3166ca30..3658d883 100644
--- a/client/lib/popup.js
+++ b/client/lib/popup.js
@@ -75,7 +75,7 @@ window.Popup = new class {
// If there are no popup currently opened we use the Blaze API to render
// one into the DOM. We use a reactive function as the data parameter that
- // return the the complete along with its top element and depends on our
+ // return the complete along with its top element and depends on our
// internal dependency that is being invalidated every time the top
// element of the stack has changed and we want to update the popup.
//