Skip to content

Commit

Permalink
chore(gatsby-plugin-google-analytics): Fix typo in README (#37276)
Browse files Browse the repository at this point in the history
  • Loading branch information
demondragong authored Dec 16, 2022
1 parent 482265b commit 86e1685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Easily add Google Analytics to your Gatsby site.

## Deprecation Notice

This plugin uses Google's `analytics.js` file under the hood. Google has a [guide recommending users upgrade to `gtag.js` instead](https://developers.google.com/analytics/devguides/collection/upgrade/analyticsjs). There is another plugin [`gatsby-plugin-gtag`](https://gatsbyjs.com/plugins/gatsby-plugin-google-gtag/) which uses `gtag.js` and we recommend it.
This plugin uses Google's `analytics.js` file under the hood. Google has a [guide recommending users upgrade to `gtag.js` instead](https://developers.google.com/analytics/devguides/collection/upgrade/analyticsjs). There is another plugin [`gatsby-plugin-google-gtag`](https://gatsbyjs.com/plugins/gatsby-plugin-google-gtag/) which uses `gtag.js` and we recommend it.

## Install

Expand Down

0 comments on commit 86e1685

Please sign in to comment.