Skip to content

Commit 57166e9

Browse files
Update app/RemoteSite/Connection.php
Co-authored-by: Brian Teeman <[email protected]>
1 parent 0457480 commit 57166e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/RemoteSite/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function performHttpRequest(
129129
$downloadedBytes
130130
) use ($request) {
131131
if ($downloadedBytes > 1024000) {
132-
throw new \RuntimeException("Unplausible response size while fetchting from " . $request->getUri());
132+
throw new \RuntimeException("Unplausible response size while fetching from " . $request->getUri());
133133
}
134134
};
135135

0 commit comments

Comments
 (0)