Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Fix spelling of fourth (forth) param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo committed Nov 20, 2013
1 parent 8cfcf25 commit c711e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ where pattern is a JSON object with the following options:
'for' should be an integer (for N occurrences). required. 'for' should be an integer (for N occurrences). required.
- until: if end_condition is 'until', pass the date here. - until: if end_condition is 'until', pass the date here.
- rfor: if end_condition is 'for', pass an integer here. - rfor: if end_condition is 'for', pass an integer here.
- nth: valid values are 'first', 'second', 'third', 'forth', and 'last'. - nth: valid values are 'first', 'second', 'third', 'fourth', and 'last'.
see 'occurrence_of' option. to be used with 'm' unit option. see 'occurrence_of' option. to be used with 'm' unit option.
- occurrence_of: valid values are 0-6, corresponding to the days of the week. - occurrence_of: valid values are 0-6, corresponding to the days of the week.
in conjuction with 'nth' option, specifies nth day of the month in conjuction with 'nth' option, specifies nth day of the month
Expand Down

0 comments on commit c711e9c

Please sign in to comment.