Skip to content

Commit

Permalink
Fixed typo in carbonads enable (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-vashishtha authored Nov 19, 2024
1 parent 993c39e commit b640fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/3.api/1.configuration/5.carbon-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b640fb2

Please sign in to comment.