Skip to content

Commit 595dddf

Browse files
authored
Fix typo. Thanks Dobom!
1 parent 8077f52 commit 595dddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.0/simple-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ $server->outputImage('users/1.jpg', ['w' => 300, 'h' => 400]);
4242
$server->outputImage($path, $_GET);
4343
~~~
4444

45-
<p class="message-notice">While the <code>outputImage()</code> method works okay, the <code>getImageResponse()</code> method is recommended. This allows your application to handle the outputting of the manipulated images. This approach does requires a little more configuration. See <a href="config/responses/">responses</a> for more info.</p>
45+
<p class="message-notice">While the <code>outputImage()</code> method works okay, the <code>getImageResponse()</code> method is recommended. This allows your application to handle the outputting of the manipulated images. This approach does require a little more configuration. See <a href="config/responses/">responses</a> for more info.</p>

0 commit comments

Comments
 (0)