Skip to content

Commit

Permalink
Merge pull request #9 from nfl/feature/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in examples
  • Loading branch information
Takashi Aoki committed Dec 21, 2015
2 parents 5d08ef5 + 436cc28 commit de499a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [1.0.1](#101)
- [1.0.0](#100)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## 1.0.1

Bugfixes:

- Avoid invariant error when server caches modules
- Fix typo in examples

## 1.0.0

Features:
Expand Down
4 changes: 2 additions & 2 deletions examples/no-router-lib/basic/metrics.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pkg from "../../../package.json";
import GoogleMetrics from "../../vendors/GoogleAnalytics";
import GoogleAnalytics from "../../vendors/GoogleAnalytics";

const config = {
vendors: [
Expand Down Expand Up @@ -34,7 +34,7 @@ const config = {
}
},
{
api: new GoogleMetrics({
api: new GoogleAnalytics({
trackingId: "UA-68539421-1"
})
}
Expand Down

0 comments on commit de499a9

Please sign in to comment.