Skip to content

Commit

Permalink
Update content from the dist directory [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
h5bp-bot committed Sep 18, 2014
1 parent ed6ba6d commit a8fabc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ and [Event](https://developers.google.com/analytics/devguides/collection/analyti

In some countries, no personal data may be transferred outside jurisdictions
that do not have similarly strict laws (i.e. from Germany to outside the EU).
Thus a webmaster using the Google Univeral Analytics may have to ensure that
Thus a webmaster using the Google Universal Analytics may have to ensure that
no personal (trackable) data is transferred to the US. You can do that with
[the `ga('set', 'anonymizeIp', true);`
parameter](https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced#anonymizeip)
before sending any events/pagviews. In use it looks like this:
before sending any events/pageviews. In use it looks like this:

```js
ga('create', 'UA-XXXXX-X', 'auto');
Expand Down
6 changes: 3 additions & 3 deletions dist/doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ important because:
* must be included completely within the [first 1024 bytes of the
document](http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset)

* should be specified as early as possbile (before any content that could
* should be specified as early as possible (before any content that could
be controlled by an attacker, such as a `<title>` element) in order to
avoid a potential [encoding-related security
issue](http://code.google.com/p/doctype-mirror/wiki/ArticleUtf7) in
Expand Down Expand Up @@ -158,9 +158,9 @@ world performance of your site and can show where you can optimize your specific
site or application.


### Google Univeral Analytics Tracking Code
### Google Universal Analytics Tracking Code

Finally, an optimized version of the Google Univeral Analytics tracking code is
Finally, an optimized version of the Google Universal Analytics tracking code is
included. Google recommends that this script be placed at the top of the page.
Factors to consider: if you place this script at the top of the page, you’ll
be able to count users who don’t fully load the page, and you’ll incur the max
Expand Down

0 comments on commit a8fabc5

Please sign in to comment.