Skip to content

Commit 25a731e

Browse files
authored
Merge pull request #37 from reactjs/sync-c93286c0
Sync with reactjs.org @ c93286c
2 parents 0031db3 + c097152 commit 25a731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
247247

248248
```javascript{12-14,26-30}
249249
class OuterClickExample extends React.Component {
250-
constructor(props) {
250+
constructor(props) {
251251
super(props);
252252
253253
this.state = { isOpen: false };

0 commit comments

Comments
 (0)