From 2a56e0791a1dbf92fbb3d47a5e3a869b6b988ed5 Mon Sep 17 00:00:00 2001 From: lancehilliard Date: Tue, 27 Feb 2024 14:55:31 -0600 Subject: [PATCH] fix possessive typo --- docs/Gherkin/Gherkin-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gherkin/Gherkin-Reference.md b/docs/Gherkin/Gherkin-Reference.md index 4d250506c..299f306e5 100644 --- a/docs/Gherkin/Gherkin-Reference.md +++ b/docs/Gherkin/Gherkin-Reference.md @@ -153,7 +153,7 @@ This is a *concrete example* that *illustrates* a business rule. It consists of The keyword `Scenario` is a synonym of the keyword `Example`. You can have as many steps as you like, but we recommend you keep the number at 3-5 per example. Having too many steps -in an example, will cause it to lose it's expressive power as specification and documentation. +in an example, will cause it to lose its expressive power as specification and documentation. In addition to being a specification and documentation, an example is also a *test*. As a whole, your examples are an *executable specification* of the system.