Skip to content

Commit

Permalink
chore(docs): Correct JavaScript spelling (#32368)
Browse files Browse the repository at this point in the history
nitpick.
  • Loading branch information
AndrewBudziszek committed Jul 15, 2021
1 parent 466636c commit 2b672fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ab-testing.md
Expand Up @@ -8,7 +8,7 @@ Traditional A/B testing tools can slow down your site, and in general don't work

However, there are several potential approaches:

- **Use traditional A/B testing tools** like Optimizely. This will slow down your website because the client-side Javascript used by these tools is quite heavy. In addition, you'll need to make sure to use the correct React component, since you should not be overwriting the DOM manually.
- **Use traditional A/B testing tools** like Optimizely. This will slow down your website because the client-side JavaScript used by these tools is quite heavy. In addition, you'll need to make sure to use the correct React component, since you should not be overwriting the DOM manually.

- **Use branch-based A/B testing**. For teams of developers without any content editors using a CMS, tools like [Netlify's branch-based A/B testing can work quite well with Gatsby.](./how-to/testing/ab-testing-with-google-analytics-and-netlify.md)

Expand Down

0 comments on commit 2b672fc

Please sign in to comment.