Skip to content

Commit 32300e2

Browse files
authored
Update BaseUriPlugin.php
Fix typo
1 parent 1f4b22d commit 32300e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/BaseUriPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class BaseUriPlugin implements Plugin
2727
private $addPathPlugin = null;
2828

2929
/**
30-
* @param UriInterface $uri Has to contain a host name and cans have a path
30+
* @param UriInterface $uri Has to contain a host name and can have a path
3131
* @param array $hostConfig Config for AddHostPlugin. @see AddHostPlugin::configureOptions
3232
*/
3333
public function __construct(UriInterface $uri, array $hostConfig = [])

0 commit comments

Comments
 (0)