Skip to content

Commit 443311a

Browse files
Merge pull request #2754 from ejirocodes/ejiro/docs/typo
docs(grammar): correct grammar error
2 parents 7fe2049 + 32c7310 commit 443311a

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)