From c48202ff687e411800b37f179f8282ffa2a157e9 Mon Sep 17 00:00:00 2001 From: J Allen <42281341+snow-jallen@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:48:56 -0600 Subject: [PATCH] typo and formatting --- test/features/dynamic.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/features/dynamic.feature b/test/features/dynamic.feature index b232eda..e9cf873 100644 --- a/test/features/dynamic.feature +++ b/test/features/dynamic.feature @@ -6,9 +6,9 @@ Feature: Can have complex features When I provide When with "when dynamic" part and with one more "another when dynamic" part Then I provide Then with number 6 part and with docs part """ - Here is provided some complex part that is way to complex + Here is provided some complex part that is way too complex """ And I provide And with "and dynamic" part and with one more "another and dynamic" part and with table part | Name | Age | - | John | 30 | - | Ann | 29 | \ No newline at end of file + | John | 30 | + | Ann | 29 |