Skip to content

Commit 32c7310

Browse files
committed
docs(grammar): correct grammar error
1 parent 7fe2049 commit 32c7310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/task-scheduling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Some sample cron patterns are:
100100
</tbody>
101101
</table>
102102

103-
The `@nestjs/schedule` package provides a convenience enum with commonly used cron patterns. You can use this enum as follows:
103+
The `@nestjs/schedule` package provides a convenient enum with commonly used cron patterns. You can use this enum as follows:
104104

105105
```typescript
106106
import { Injectable, Logger } from '@nestjs/common';

0 commit comments

Comments
 (0)