From 414c1dcfc50132b087c6a914d62d9d5212d304e2 Mon Sep 17 00:00:00 2001 From: Jeff White Date: Sun, 15 Apr 2018 12:14:04 -0700 Subject: Update basics.rst --- docs/responses/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3