From b016cf1665750fc3d6209909d63d4e4619cd12aa Mon Sep 17 00:00:00 2001 From: LolzTheDev Date: Fri, 19 Jul 2024 20:15:51 -0500 Subject: [PATCH] fix tip --- src/content/docs/v4/reference/tasks.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/v4/reference/tasks.mdx b/src/content/docs/v4/reference/tasks.mdx index be45919a9..95fb518d9 100644 --- a/src/content/docs/v4/reference/tasks.mdx +++ b/src/content/docs/v4/reference/tasks.mdx @@ -26,4 +26,7 @@ export default scheduledTask({ The `trigger` is a cron tab pattern, you can edit and test one [here](https://crontab.guru/). -:::tip If you want to cancel a task in the future, you'll need to know it's name! `deps['@sern/scheduler'].kill(uuid)` will kill the task. ::: +:::tip +If you want to cancel a task in the future, you'll need to know it's name! +`deps['@sern/scheduler'].kill(uuid)` will kill the task. +:::