Showing
1 changed file
with
1 additions
and
1 deletions
@@ -437,7 +437,7 @@ context.isTablet() | @@ -437,7 +437,7 @@ context.isTablet() | ||
437 | /// swatch: if the shortestSide is smaller than 300 | 437 | /// swatch: if the shortestSide is smaller than 300 |
438 | /// mobile: if the shortestSide is smaller than 600 | 438 | /// mobile: if the shortestSide is smaller than 600 |
439 | /// tablet: if the shortestSide is smaller than 1200 | 439 | /// tablet: if the shortestSide is smaller than 1200 |
440 | -/// desktop: if the shortestSide is largest than 1200 | 440 | +/// desktop: if width is largest than 1200 |
441 | context.responsiveValue<T>() | 441 | context.responsiveValue<T>() |
442 | ``` | 442 | ``` |
443 | 443 |
-
Please register or login to post a comment