From 9275d12ff01a13fd816e683fac7be45544c3a949 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 26 Jul 2014 22:52:00 -0400 Subject: [PATCH] Fix documentation --- documentation/handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/handlers.md b/documentation/handlers.md index 490a1fd..bc80adc 100644 --- a/documentation/handlers.md +++ b/documentation/handlers.md @@ -11,7 +11,7 @@ Member | Type | Description ---------- | ---- | ----------- `args` | `array` | Map of variables to supplement the request, usually path variables. `request` | [`RequestInterface`](../src/pjdietz/WellRESTed/Interfaces/RequestInterface.php) | The HTTP request to respond to. -`response` | [`RequestInterface`](../src/pjdietz/WellRESTed/Interfaces/ResponseInterface.php) | The HTTP response to send based on the request. +`response` | [`ResponseInterface`](../src/pjdietz/WellRESTed/Interfaces/ResponseInterface.php) | The HTTP response to send based on the request. ## HTTP Verbs