Skip to content

Commit a223224

Browse files
authored
Merge pull request #179 from simPod/patch-1
Update BaseUriPlugin.php
2 parents 1f4b22d + 32300e2 commit a223224

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)