We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5996b commit f8ef634Copy full SHA for f8ef634
src/Browser.php
@@ -40,8 +40,7 @@ class Browser
40
public static $storeScreenshotsAt;
41
42
/**
43
- * These are the most common screen sizes to use for responsive screenshots.
44
- * These will trigger all of tailwind's default breakpoints.
+ * The common screen sizes to use for responsive screenshots.
45
*
46
* @var array
47
*/
@@ -435,7 +434,7 @@ public function screenshot($name)
435
434
* @param string $name
436
* @return $this
437
438
- public function responsiveScreenShots($name)
+ public function responsiveScreenshots($name)
439
{
440
if (substr($name, -1) !== '/') {
441
$name .= '-';
0 commit comments