Skip to content

Commit

Permalink
Merge pull request #151 from aderse/patch-1
Browse files Browse the repository at this point in the history
Fix: Update typos in StarterSite.php
  • Loading branch information
Levdbas authored May 2, 2024
2 parents f0d6acf + 0653014 commit c6b2398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StarterSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function theme_supports() {
}

/**
* his would return 'foo bar!'.
* This would return 'foo bar!'.
*
* @param string $text being 'foo', then returned 'foo bar!'.
*/
Expand Down Expand Up @@ -133,7 +133,7 @@ public function add_to_twig( $twig ) {
*
* @link https://twig.symfony.com/doc/2.x/api.html#environment-options
*
* \@param array $options An array of environment options.
* @param array $options An array of environment options.
*
* @return array
*/
Expand Down

0 comments on commit c6b2398

Please sign in to comment.