Explorar el Código

fixed typo (thanks@allirense)

eddiemachado hace 13 años
padre
commit
0cfcc66247
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      library/less/style.less
  2. 1 1
      library/scss/style.scss

+ 1 - 1
library/less/style.less

@@ -33,7 +33,7 @@ you can add resource intensive styles.
 /******************************************************************
 /******************************************************************
 LARGER MOBILE DEVICES
 LARGER MOBILE DEVICES
 This is for devices like the Galaxy Note or something that's 
 This is for devices like the Galaxy Note or something that's 
-larger than in iPhone but smaller than a tablet. Let's call them
+larger than an iPhone but smaller than a tablet. Let's call them
 tweeners.
 tweeners.
 ******************************************************************/
 ******************************************************************/
 @media only screen and (min-width: 481px) {
 @media only screen and (min-width: 481px) {

+ 1 - 1
library/scss/style.scss

@@ -33,7 +33,7 @@ you can add resource intensive styles.
 /******************************************************************
 /******************************************************************
 LARGER MOBILE DEVICES
 LARGER MOBILE DEVICES
 This is for devices like the Galaxy Note or something that's 
 This is for devices like the Galaxy Note or something that's 
-larger than in iPhone but smaller than a tablet. Let's call them
+larger than an iPhone but smaller than a tablet. Let's call them
 tweeners.
 tweeners.
 ******************************************************************/
 ******************************************************************/
 @media only screen and (min-width: 481px) {
 @media only screen and (min-width: 481px) {