Skip to content

Commit

Permalink
syntax should now be 'func'
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Lanari committed Oct 1, 2017
1 parent b924026 commit 286fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-image/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Img = props => {

Img.propTypes = {
opacity: PropTypes.number,
onLoad: PropTypes.function,
onLoad: PropTypes.func
}

class Image extends React.Component {
Expand Down

0 comments on commit 286fde3

Please sign in to comment.