Skip to content

Commit da89176

Browse files
authored
Update TwigExtension.php
1 parent ef82f51 commit da89176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/src/Twig/TwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function turboRefreshMethod(string $method = self::REFRESH_METHOD_REPLACE
9696
/**
9797
* Generates a <meta> tag to configure the scroll behavior for page refreshes.
9898
*
99-
* @param string $method The scroll behavior. Must be either 'reset' or 'preserve'.
99+
* @param string $scroll The scroll behavior. Must be either 'reset' or 'preserve'.
100100
*
101101
* @return string The <meta> tag for the specified scroll behavior
102102
*

0 commit comments

Comments
 (0)