Skip to content

Commit b2ce60f

Browse files
authored
Fix HOC reference link
The anchor was wrong and didn't work.
1 parent 48546b6 commit b2ce60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/lazy-load-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default LazilyLoad;
148148

149149
## References
150150

151-
- [Higher Order Components](http://reactpatterns.com/#Higher-order component)
151+
- [Higher Order Components](http://reactpatterns.com/#higher-order-component)
152152
- [react-modules](https://github.com/threepointone/react-modules)
153153
- [Function as Child Components](http://merrickchristensen.com/articles/function-as-child-components.html)
154154
- [Example Repository](https://github.com/iammerrick/how-to-lazy-load-react-webpack)

0 commit comments

Comments
 (0)