From 9cd2879e08368802c6ca83ec15091b07815956a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Tue, 5 Sep 2023 23:32:26 +0300 Subject: [PATCH] JBEHAVE-1587 Fix typo in docs: `lifecyle` -> `lifecycle` --- distribution/src/site/content/grammar.html | 4 ++-- distribution/src/site/content/lifecycle.html | 2 +- .../src/main/java/org/jbehave/core/parsers/grammar.ebnf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distribution/src/site/content/grammar.html b/distribution/src/site/content/grammar.html index c9e6006b8..f024fb421 100755 --- a/distribution/src/site/content/grammar.html +++ b/distribution/src/site/content/grammar.html @@ -52,11 +52,11 @@

EBNF

; It is followed by the lifecycle elements Lifecycle:= "Lifecycle:" LifecycleBefore? LifecycleAfter? Examples? -; The before lifecyle element identified by keyword "Before:" (or equivalent in I18n-ed locale), +; The before lifecycle element identified by keyword "Before:" (or equivalent in I18n-ed locale), ; followed by one or more steps LifecycleBefore:= "Before:" (Scope? Step+)+ -; The after lifecyle element identified by keyword "After:" (or equivalent in I18n-ed locale), +; The after lifecycle element identified by keyword "After:" (or equivalent in I18n-ed locale), ; followed by one or more sets of scope, outcome, meta filter and steps LifecycleAfter:= "After:" (Scope? Outcome? MetaFilter? Step+)+ diff --git a/distribution/src/site/content/lifecycle.html b/distribution/src/site/content/lifecycle.html index 0e8ca1560..e1b4121ef 100755 --- a/distribution/src/site/content/lifecycle.html +++ b/distribution/src/site/content/lifecycle.html @@ -8,7 +8,7 @@

Lifecycle

-

JBehave supports two main ways to control the lifecyle of a story:

+

JBehave supports two main ways to control the lifecycle of a story: