Skip to content

Commit 8262218

Browse files
committed
📘 doc: pattern
1 parent f835908 commit 8262218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/plugins/cron.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ const app = new Elysia()
145145
You can use predefined patterns from `@elysiajs/cron/schelude`
146146
```typescript
147147
import { Elysia } from 'elysia'
148-
import { cron } from '@elysiajs/cron'
149-
import { Patterns } from '@elysiajs/cron/schelude'
148+
import { cron, Patterns } from '@elysiajs/cron'
150149

151150
const app = new Elysia()
152151
use(

0 commit comments

Comments
 (0)