Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jul 21, 2017
1 parent 3dd7d5f commit 4621521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ to learn how to create your own plugins.
The simple plugin that reverses names (from the homepage):

```js
export default function ({ types: t }) {
export default function () {
return {
visitor: {
Identifier(path) {
Expand Down

0 comments on commit 4621521

Please sign in to comment.