mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore(v2): typos (#1726)
This commit is contained in:
parent
ecc434a7fa
commit
2ebfc94ccb
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ This page describes how to configure a Docusaurus site to enable Google's librar
|
|||
|
||||
[Google's analytics.js library](https://developers.google.com/analytics/devguides/collection/analyticsjs/) is a JavaScript library for measuring how users interact with your website. This section explains how to configure a Docusaurus site to enable Google Analytics.
|
||||
|
||||
If you generalized your site using Docusaurus' classic template, ou may enable the analytics plugin directly by specifying the Google Analytics tracking id via the `themeConfig` field:
|
||||
If you generalized your site using Docusaurus' classic template, you may enable the analytics plugin directly by specifying the Google Analytics tracking id via the `themeConfig` field:
|
||||
|
||||
```js
|
||||
// docusaurus.config.js
|
||||
|
@ -31,7 +31,7 @@ To learn how to manually set up the Google Analytics plugin for Docusaurus sites
|
|||
|
||||
Google's [Global Site Tag (gtag.js)](https://developers.google.com/analytics/devguides/collection/gtagjs/) is a JavaScript tagging framework and API that allows you to send event data to Google Analytics, Google Ads, and Google Marketing Platform. This section describes how to configure a Docusaurus site to enable global site tag for Google Analytics.
|
||||
|
||||
If you generalized your site using Docusaurus' classic template, ou may enable the gtag plugin directly by specifying the gtag tracking id via the `themeConfig` field:
|
||||
If you generalized your site using Docusaurus' classic template, you may enable the gtag plugin directly by specifying the gtag tracking id via the `themeConfig` field:
|
||||
|
||||
```js
|
||||
// docusaurus.config.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue