diff --git a/user_guide/context/definitions.rst b/user_guide/context/definitions.rst index c101316..b0303ab 100644 --- a/user_guide/context/definitions.rst +++ b/user_guide/context/definitions.rst @@ -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.