Skip to content

Commit be8fc87

Browse files
authored
chore(gatsby-plugin-google-gtag): Fix typo (#31431)
1 parent 57d1fa7 commit be8fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-google-gtag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ document.cookie.indexOf(disableStr + "=true") > -1 && (window[disableStr] = !0)
116116
If your visitors should be able to set an Opt-Out-Cookie (No future tracking)
117117
you can set a link e.g. in your imprint as follows:
118118

119-
`<a href="javascript:gaOptout();">Deactive Google Tracking</a>`
119+
`<a href="javascript:gaOptout();">Deactivate Google Tracking</a>`
120120

121121
## The "gtagConfig.optimize_id" option
122122

0 commit comments

Comments
 (0)