Skip to content

Commit

Permalink
Fix spelling error (#4819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryandi Tjia authored and KyleAMathews committed Apr 3, 2018
1 parent 6d802f1 commit f10af5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ To use it, simply import it and use it like you would the `<a>` element e.g.

```jsx
import React
import { Outboundink } from 'gatsby-plugin-google-analytics'
import { OutboundLink } from 'gatsby-plugin-google-analytics'

export default () => {
<div>
<Outboundink
<OutboundLink
href="https://www.gatsbyjs.org/packages/gatsby-plugin-google-analytics/"
>
Visit the Google Analytics plugin page!
</Outboundink>
</OutboundLink>
</div>
}
```
Expand Down

0 comments on commit f10af5d

Please sign in to comment.