Skip to content

Commit f8ef634

Browse files
committed
formatting
1 parent 8e5996b commit f8ef634

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Browser.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ class Browser
4040
public static $storeScreenshotsAt;
4141

4242
/**
43-
* These are the most common screen sizes to use for responsive screenshots.
44-
* These will trigger all of tailwind's default breakpoints.
43+
* The common screen sizes to use for responsive screenshots.
4544
*
4645
* @var array
4746
*/
@@ -435,7 +434,7 @@ public function screenshot($name)
435434
* @param string $name
436435
* @return $this
437436
*/
438-
public function responsiveScreenShots($name)
437+
public function responsiveScreenshots($name)
439438
{
440439
if (substr($name, -1) !== '/') {
441440
$name .= '-';

0 commit comments

Comments
 (0)