Skip to content

Commit 5bd0b21

Browse files
authored
Merge pull request reactjs#233 from reactjs/sync-c93286c0
Sync with reactjs.org @ c93286c
2 parents cad643f + 5e80f33 commit 5bd0b21

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
@@ -252,7 +252,7 @@ Isso geralmente é implementado ao anexar um `click` ao objeto de janela que fec
252252

253253
```javascript{12-14,26-30}
254254
class ClickForaExemplo extends React.Component {
255-
constructor(props) {
255+
constructor(props) {
256256
super(props);
257257
258258
this.state = { estaAberto: false };

0 commit comments

Comments
 (0)