Skip to content

Commit

Permalink
Fixed typo in the doc (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirLisko authored and alinemorelli committed Feb 14, 2019
1 parent 8c32281 commit b3f551f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# react-gtm-module
### React Google Tag Manager Module

This is a Javascript module to [React](https://facebook.github.io/react/) based apps that implement Google Tag Manager. It is designed to use [GTM](https://developers.google.com/tag-manager/quickstart) snnipets.
This is a Javascript module to [React](https://facebook.github.io/react/) based apps that implement Google Tag Manager. It is designed to use [GTM](https://developers.google.com/tag-manager/quickstart) snippet.

You can easily use custom dataLayer, multiple dataLayers and additional events.

Expand Down Expand Up @@ -209,4 +209,4 @@ Look for gtm_auth and gtm_preview

### Note:

- Disabling javascript in the browser can prevent the correct operation of this library if React is only being rendered on the client side.
- Disabling javascript in the browser can prevent the correct operation of this library if React is only being rendered on the client side.

0 comments on commit b3f551f

Please sign in to comment.