From 3e2a0245e94bcb928369b08562df1490085e24e6 Mon Sep 17 00:00:00 2001 From: maximebf Date: Thu, 24 Oct 2013 17:24:14 -0400 Subject: [PATCH] typo --- docs/http_drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http_drivers.md b/docs/http_drivers.md index 047793d..2b32163 100644 --- a/docs/http_drivers.md +++ b/docs/http_drivers.md @@ -4,7 +4,7 @@ Some features of the debug bar requires sending http headers or using the session. Many frameworks implement their own mechanism on top of PHP native features. -Two make integration with other frameworks as easy as possible, +To make integration with other frameworks as easy as possible, the `DebugBar` object uses an instance of `DebugBar\HttpDriverInterface` to access those features.