Skip to content

Commit

Permalink
Fix typo (#3470)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois authored and KyleAMathews committed Jan 11, 2018
1 parent 5b97b23 commit 8f7c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/create-source-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports.sourceNodes = async ({ boundActionCreators }) => {
};
```

Puruse the [`sourceNodes`](/docs/node-apis/#sourceNodes) and
Peruse the [`sourceNodes`](/docs/node-apis/#sourceNodes) and
[`createNode`](/docs/bound-action-creators/#createNode) docs for detailed
documentation on implementing those APIs.

Expand Down

0 comments on commit 8f7c3fb

Please sign in to comment.