Skip to content

Commit e9ecdf1

Browse files
committed
Changed 'were never been' to 'have never been'
1 parent ad00823 commit e9ecdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ BackgroundJob.Schedule(() => Console.WriteLine("Reliable!"), TimeSpan.FromDays(7
6767

6868
[**Recurring tasks**](http://docs.hangfire.io/en/latest/users-guide/background-methods/performing-recurrent-tasks.html)
6969

70-
Recurring jobs were never been simpler, just call the following method to perform any kind of recurring task using the [CRON expressions](http://en.wikipedia.org/wiki/Cron#CRON_expression).
70+
Recurring jobs have never been simpler, just call the following method to perform any kind of recurring task using the [CRON expressions](http://en.wikipedia.org/wiki/Cron#CRON_expression).
7171

7272
```csharp
7373
RecurringJob.AddOrUpdate(() => Console.WriteLine("Transparent!"), Cron.Daily);

0 commit comments

Comments
 (0)