Skip to content

Commit 30376c1

Browse files
authored
Merge pull request #569 from DirKraftz/patch-1
Add translation to russian
2 parents 9929a16 + ad144f3 commit 30376c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ class BlurExample extends React.Component {
335335
}
336336
337337
render() {
338-
// React assists us by bubbling the blur and
339-
// focus events to the parent.
338+
// React помогает нам благодаря всплытию потери фокуса и
339+
// фокусировке событий на родителе.
340340
return (
341341
<div onBlur={this.onBlurHandler}
342342
onFocus={this.onFocusHandler}>

0 commit comments

Comments
 (0)