diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index d5a891cb2..3be676242 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -247,7 +247,7 @@ Hãy chắc chắn rằng tất cả chức năng được sử dụng thông qu ```javascript{12-14,26-30} class OuterClickExample extends React.Component { -constructor(props) { + constructor(props) { super(props); this.state = { isOpen: false };