diff --git a/components/pagination/demo/uncontrolled.md b/components/pagination/demo/uncontrolled.md index a8187100cc..15c33c952e 100644 --- a/components/pagination/demo/uncontrolled.md +++ b/components/pagination/demo/uncontrolled.md @@ -28,6 +28,6 @@ let Container = React.createClass({ ReactDOM.render( , -document.getElementById('components-pagination-demo-aaa')); +document.getElementById('components-pagination-demo-uncontrolled')); ````