Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-granados committed Nov 29, 2024
1 parent a10c9c0 commit 6f274f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide/context/definitions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Behat uses PHP attributes to bind patterns to ``FeatureContext`` methods:
Let's take a closer look at this code:

#. ``When`` is a definition keyword. There are 3 supported keywords implementes as
#. ``When`` is a definition keyword. There are 3 supported keywords implemented as
attributes: ``Given``/``When``/``Then``. These three definition keywords
are actually equivalent, but all three are available so that your step
definition remains readable.
Expand Down

0 comments on commit 6f274f8

Please sign in to comment.