From f2866ed2a728d98465c88cba96e6cf0a89fb77ff Mon Sep 17 00:00:00 2001 From: Rahul Vashishtha Date: Tue, 19 Nov 2024 18:54:57 +0530 Subject: [PATCH] Fixed typo in carbonads enable --- content/3.api/1.configuration/5.carbon-ads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3.api/1.configuration/5.carbon-ads.md b/content/3.api/1.configuration/5.carbon-ads.md index ab8018a5..38c1a9d4 100644 --- a/content/3.api/1.configuration/5.carbon-ads.md +++ b/content/3.api/1.configuration/5.carbon-ads.md @@ -12,7 +12,7 @@ export default defineAppConfig({ toc: { enable: true, carbonAds: { - enabled: true, + enable: true, code: 'your-carbon-code', placement: 'your-carbon-placement', format: 'your-carbon-format', // defaults to 'cover'