Ivan Radeljic 8 years ago
parent
commit
3737cb30dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/lib/utils.js

+ 1 - 1
client/lib/utils.js

@@ -27,7 +27,7 @@ Utils = {
   // in fact, what we really care is screen size
   // in fact, what we really care is screen size
   // large mobile device like iPad or android Pad has a big screen, it should also behave like a desktop
   // large mobile device like iPad or android Pad has a big screen, it should also behave like a desktop
   // in a small window (even on desktop), Wekan run in compact mode.
   // in a small window (even on desktop), Wekan run in compact mode.
-  // we can easily debug with a small window of desktop broswer. :-)
+  // we can easily debug with a small window of desktop browser. :-)
   isMiniScreen() {
   isMiniScreen() {
     this.windowResizeDep.depend();
     this.windowResizeDep.depend();
     return $(window).width() <= 800;
     return $(window).width() <= 800;