Skip to content

Commit

Permalink
Fix typo in event name. (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
skadeglad authored and charlierudolph committed Jun 16, 2016
1 parent dc698bf commit 0439038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var events = {
FEATURE_EVENT_NAME: 'Feature',
SCENARIO_EVENT_NAME: 'Scenario',
SCENARIO_RESULT_EVENT_NAME: 'ScenarioResult',
STEP_EVENT_NAM: 'Step',
STEP_EVENT_NAME: 'Step',
STEP_RESULT_EVENT_NAME: 'StepResult'
};

Expand Down

0 comments on commit 0439038

Please sign in to comment.