Skip to content

Commit

Permalink
Docs: fix link format in prefer-arrow-callback.md (#9198)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsemozhetbyt authored and ilyavolodin committed Sep 1, 2017
1 parent 6becf91 commit 56dd769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/prefer-arrow-callback.md
Expand Up @@ -97,4 +97,4 @@ someArray.map(function(itm) { return this.doSomething(itm); }, someObject);

## Further Reading

- [More on ES6 arrow functions]('https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions')
- [More on ES6 arrow functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)

0 comments on commit 56dd769

Please sign in to comment.