Skip to content

Commit 7cffd82

Browse files
authored
fixed typo in scheduling-tasks guide (#312)
1 parent 8f74c63 commit 7cffd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/scheduling-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Now we can use this source to add new schedules in runtime. Here's an example:
118118
)
119119
```
120120

121-
Or if you want ot use cron schedules instead, just use `schedule_by_cron` method.
121+
Or if you want to use cron schedules instead, just use `schedule_by_cron` method.
122122

123123
```python
124124
await my_task.schedule_by_cron(

0 commit comments

Comments
 (0)