Skip to content

Commit

Permalink
Fix a few typos in usage documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
Exagone313 committed May 18, 2021
1 parent 7c85d2c commit 121cb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/5.x/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ composer require league/container

## Hello, World!

Now that we have all the packages we need, we can a simple Hello, World! application in one file.
Now that we have all the packages we need, we can make a simple Hello, World! application in one file.

~~~php
<?php declare(strict_types=1);
Expand Down Expand Up @@ -103,7 +103,7 @@ $response = $router->dispatch($request);
(new Laminas\HttpHandlerRunner\Emitter\SapiEmitter)->emit($response);
~~~

The code above will convert your returned array in to a JSON response.
The code above will convert your returned array into a JSON response.

~~~json
{
Expand Down

0 comments on commit 121cb68

Please sign in to comment.