Skip to content

Commit

Permalink
Fix misspelling in docs (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
asemarian committed Aug 2, 2023
1 parent 0ae3d99 commit 061d7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/spies.rst
Expand Up @@ -18,7 +18,7 @@ Spies also allow us to follow the more familiar Arrange-Act-Assert or
Given-When-Then style within our tests. With mocks, we have to follow a less
familiar style, something along the lines of Arrange-Expect-Act-Assert, where
we have to tell our mocks what to expect before we act on the SUT, then assert
that those expectations where met:
that those expectations were met:

.. code-block:: php
Expand Down

0 comments on commit 061d7de

Please sign in to comment.