Skip to content

Commit

Permalink
docu: improve roll calendar example (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
vl-leon authored Jul 10, 2023
1 parent 68d1972 commit ee17e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steps/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ When('we select month {string}', async function( month ) {
* @name When we roll calendar to {string}
* @description Performs the specified action on the currently opened calendar.
* @param {string} action action to perform on the calendar: "next month", "next year"
* @example When we roll calendar to {string}
* @example When we roll calendar to "next month"
*/
When('we roll calendar to {string}', async function( action ) {
await this.controller.rollVisibleCalendar(action);
Expand Down

0 comments on commit ee17e09

Please sign in to comment.