From 8cfc5a0438ec30b1e40fe8bca3b9daf5e3bf460d Mon Sep 17 00:00:00 2001 From: FPST-08 <127117395+FPST-08@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:45:42 +0200 Subject: [PATCH] Fixed typo "to" instead of "two" --- articles/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/documentation.md b/articles/documentation.md index 2aad3ec..ecb2822 100644 --- a/articles/documentation.md +++ b/articles/documentation.md @@ -275,7 +275,7 @@ You can use button links to link to especially important pages or resources. Mak ### Call to Action -In rare cases, we want to display a call to action to register for TelemetryDeck. This is done using the `callToAction` shortcode. It needs to `string` parameters for the first and second line of text respectively. +In rare cases, we want to display a call to action to register for TelemetryDeck. This is done using the `callToAction` shortcode. It needs two `string` parameters for the first and second line of text respectively. ```markdown {% raw %}{% callToAction "Let's make your app awesome!" "Get awesome privacy-first analytics for your app" %}{% endraw %}