aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff White <jsw@liquidchill.org>2018-04-15 12:14:04 -0700
committerGitHub <noreply@github.com>2018-04-15 12:14:04 -0700
commit414c1dcfc50132b087c6a914d62d9d5212d304e2 (patch)
tree1ad22ba603ad3d6de0a2913dc8af2789a5505aac
parent778ff9f48cd6dcc1c22aa00d2372aec1074c89aa (diff)
downloadsttp-414c1dcfc50132b087c6a914d62d9d5212d304e2.tar.gz
sttp-414c1dcfc50132b087c6a914d62d9d5212d304e2.tar.bz2
sttp-414c1dcfc50132b087c6a914d62d9d5212d304e2.zip
Update basics.rst
-rw-r--r--docs/responses/basics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/responses/basics.rst b/docs/responses/basics.rst
index 3afc2f2..7f24d51 100644
--- a/docs/responses/basics.rst
+++ b/docs/responses/basics.rst
@@ -47,4 +47,4 @@ Hence, the ``response.body`` will be a:
* ``Left(errorMessage)`` if the request is successful, but response code is not 2xx.
* ``Right(deserializedBody``) if the request is successful and the response code is 2xx.
-You can also forcibly get the deserialized body, regardless of the response code and risking an excepiton being thrown, using the ``response.unsafeBody`` method.
+You can also forcibly get the deserialized body, regardless of the response code and risking an exception being thrown, using the ``response.unsafeBody`` method.