diff --git a/docs/advanced.rst b/docs/advanced.rst index fb287fa..8396529 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -411,7 +411,7 @@ Discards Cassette on Errors By default VCR will save the cassette file even when there is any error inside the enclosing context/test. -If you want to save the cassette only when the test succeedes, set the Cassette +If you want to save the cassette only when the test succeeds, set the Cassette ``record_on_exception`` option to ``False``. .. code:: python