diff --git a/docs/en/reference/default-theme-carbon-ads.md b/docs/en/reference/default-theme-carbon-ads.md index 1c0c170e..bbeb2a4d 100644 --- a/docs/en/reference/default-theme-carbon-ads.md +++ b/docs/en/reference/default-theme-carbon-ads.md @@ -1,6 +1,6 @@ # Carbon Ads -VitePress has built in native support for [Carbon Ads](https://www.carbonads.net/). By defining the Carbon Ads credentials in config, VitePress will display ads on the page. +VitePress has built-in native support for [Carbon Ads](https://www.carbonads.net/). By defining the Carbon Ads credentials in the config, VitePress will display ads on the page. ```js export default { @@ -13,10 +13,10 @@ export default { } ``` -These values are used to call carbon CDN script as shown below. +These values are used to call the carbon CDN script, as shown below: ```js `//cdn.carbonads.com/carbon.js?serve=${code}&placement=${placement}` ``` -To learn more about Carbon Ads configuration, please visit [Carbon Ads website](https://www.carbonads.net/). +To learn more about Carbon Ads configuration, please visit the [Carbon Ads website](https://www.carbonads.net/).