summaryrefslogtreecommitdiff
path: root/docs/intro.md
diff options
context:
space:
mode:
authorKyle Kelley <rgbkrk@gmail.com>2013-12-11 23:59:31 -0600
committerKyle Kelley <rgbkrk@gmail.com>2013-12-11 23:59:31 -0600
commite2a773ed6d686b63b61d1f0b9f49b95bb0403519 (patch)
tree0a3eca3d718d6e7f282f65be16988592336d2d69 /docs/intro.md
parentea2db3c607f949ecf83f44d63d454a89cf9dcb41 (diff)
downloadhttpretty-e2a773ed6d686b63b61d1f0b9f49b95bb0403519.tar.gz
Lil grammar fix
Diffstat (limited to 'docs/intro.md')
-rw-r--r--docs/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.md b/docs/intro.md
index 7187a65..b50c4b9 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -76,7 +76,7 @@ Python's [socket](http://docs.python.org/library/socket.html) core
module, reimplementing the HTTP protocol, by mocking requests and
responses.
-As for it works in this way, you don't need to worry what http library
+As for how it works this way, you don't need to worry what http library
you're gonna use.
HTTPretty will mock the response for you :) *(and also give you the latest requests so that you can check them)*