From 2f3b717d7381e3174837ce297b688a9d5b26a3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Wed, 16 Oct 2024 15:34:55 +0200 Subject: [PATCH] fix(docs): use backtick instead of for field description --- pkg/component/application/slack/v0/config/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/component/application/slack/v0/config/tasks.json b/pkg/component/application/slack/v0/config/tasks.json index fb6dacafe..89fa2b731 100644 --- a/pkg/component/application/slack/v0/config/tasks.json +++ b/pkg/component/application/slack/v0/config/tasks.json @@ -37,7 +37,7 @@ "type": "string" }, "start-to-read-date": { - "description": "Date (in YYYY-MM-DD format) from which messages will start to be fetched", + "description": "Date (in `YYYY-MM-DD` format) from which messages will start to be fetched", "instillAcceptFormats": [ "string" ],