Преглед на файлове

Fix a typo (#515)

Remove extra `the`
Prayag Verma преди 9 години
родител
ревизия
c7e457e63f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      client/lib/popup.js

+ 1 - 1
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.
       //