2
0
Эх сурвалжийг харах

Merge pull request #836 from vuxor/devel

Fix typo
Lauri Ojansivu 8 жил өмнө
parent
commit
8f61e498ff

+ 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;