We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1295e7 + d612377 commit b1bcf62Copy full SHA for b1bcf62
src/Package/Convey/Command/Pickle.php
@@ -60,9 +60,9 @@ protected function fetchPackageJson()
60
throw new \Exception("cannot find $this->name");
61
} else {
62
if ($status) {
63
- throw new \Exception("http error while loading informatio for $this->name: ".$status);
+ throw new \Exception("http error while loading information for $this->name: ".$status);
64
65
- throw new \Exception("http error while loading informatio for $this->name: unknown error");
+ throw new \Exception("http error while loading information for $this->name: unknown error");
66
}
67
68
0 commit comments