summaryrefslogtreecommitdiff
path: root/core/errors.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/errors.rst')
-rw-r--r--core/errors.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/errors.rst b/core/errors.rst
index bbb266d3..f7b490da 100644
--- a/core/errors.rst
+++ b/core/errors.rst
@@ -18,7 +18,7 @@ Error Conditions
The exchange returned a response for ``/keys`` with an issuing date
earlier than the previous one.
- **Type**: Warning
+ **Type**: Warning.
**Handling**: The wallet should ignore the response and try again later.
``EXCHANGE_WIRE_INFO_UNAVAILABLE``
@@ -29,11 +29,11 @@ Error Conditions
did not confirm the schema for ``/wire``.
``EXCHANGE_PROTOCOL_VERSION_UNSUPPORTED``
- An exchanges ``/keys`` response indicates a version number that
+ An exchange's ``/keys`` response indicates a version number that
is not compatible with the client.
``EXCHANGE_MASTER_PUB_CHANGED``
- An exchange returns a /keys response with a master public key that differs
+ An exchange returns a ``/keys`` response with a master public key that differs
from a previous response.
``EXCHANGE_DENOM_MISSING``
@@ -74,6 +74,6 @@ End-To-End Testing Scenarios
This section describes some advanced end-to-end testing scenarios that should
eventually be covered by our tests.
-* Reserve is created, closed, and then money is sent again to the reserve
+* Reserve is created, closed, and then money is sent again to the reserve.
-* Amount from recoup should end up in customer's account again
+* Amount from recoup should end up in customer's account again.