Skip to content

Commit 68ef06e

Browse files
committed
tidy up
1 parent c767e23 commit 68ef06e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

view/overview/index.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,11 @@ $this->without(['foo', 'baz']);
460460
href="https://github.com/mvc5/mvc5/blob/master/src/Route/Dispatch/Router.php#L108">assigned</a> to the
461461
request by the router. The <a href="https://github.com/mvc5/mvc5/blob/master/src/Request/Error/Controller.php#L43">error
462462
controller</a> will then return the HTTP <a href="https://github.com/mvc5/mvc5/blob/master/src/Http/Error.php">Error</a>
463-
as a <a href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonErrorResponse.php">JSON response</a> when
463+
as a JSON <a href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonErrorResponse.php">Response</a> when
464464
the request accept header is <code class="highlighter-rouge">application/json</code>. Similarly, when an exception
465465
is thrown, the <a href="https://github.com/mvc5/mvc5/blob/master/config/event.php#L7"><code
466-
class="highlighter-rouge">response\exception</code></a> function will return a <a
467-
href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonExceptionResponse.php">JSON response</a>
466+
class="highlighter-rouge">response\exception</code></a> function will return a JSON <a
467+
href="https://github.com/mvc5/mvc5/blob/master/src/Response/JsonExceptionResponse.php">Response</a>
468468
containing an empty exception message. Alternatively, in development, the <a
469469
href="https://github.com/mvc5/mvc5-application/blob/master/config/config.php#L9">debug</a> configuration
470470
parameter can be set to true to <a

0 commit comments

Comments
 (0)