diff --git a/examples/16-3-release-blog-post/fancy-button-example.js b/examples/16-3-release-blog-post/fancy-button-example.js index 22170e52..a5ccb8bf 100644 --- a/examples/16-3-release-blog-post/fancy-button-example.js +++ b/examples/16-3-release-blog-post/fancy-button-example.js @@ -8,7 +8,7 @@ class FancyButton extends React.Component { render() { // highlight-next-line const {label, theme, ...rest} = this.props; - // highlight-range{4} + // highlight-range{5} return (