diff --git a/features/dayone.feature b/features/dayone.feature index c8e987e1..890af8ac 100644 --- a/features/dayone.feature +++ b/features/dayone.feature @@ -13,7 +13,7 @@ Feature: DayOne Ingetration 2013-07-17 11:38 This entry is starred! """ - Scenario: Entries without timezone information will be intepreted in the current timezone + Scenario: Entries without timezone information will be interpreted as in the current timezone Given we use the config "dayone.json" When we run "jrnl -until 'feb 2013'" Then we should get no error diff --git a/features/exporting.feature b/features/exporting.feature index 5b3e940f..405b5496 100644 --- a/features/exporting.feature +++ b/features/exporting.feature @@ -1,4 +1,4 @@ -Feature: Expoting a Journal +Feature: Exporting a Journal Scenario: Exporting to json Given we use the config "tags.json" diff --git a/features/fix_json.feature b/features/fix_json.feature index 84f91955..a653e25c 100644 --- a/features/fix_json.feature +++ b/features/fix_json.feature @@ -1,6 +1,6 @@ Feature: Fixing broken config files - Scenario: Loading a file with journal + Scenario: Loading a file with journal Given we use the config "broken.json" When we run "jrnl -n 2" Then we should see the message "Some errors in your jrnl config have been fixed for you."