We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe2049 + 32c7310 commit 443311aCopy full SHA for 443311a
content/techniques/task-scheduling.md
@@ -100,7 +100,7 @@ Some sample cron patterns are:
100
</tbody>
101
</table>
102
103
-The `@nestjs/schedule` package provides a convenience enum with commonly used cron patterns. You can use this enum as follows:
+The `@nestjs/schedule` package provides a convenient enum with commonly used cron patterns. You can use this enum as follows:
104
105
```typescript
106
import { Injectable, Logger } from '@nestjs/common';
0 commit comments