Skip to content

Commit

Permalink
Update content/docs/refs-and-the-dom.md
Browse files Browse the repository at this point in the history
Co-Authored-By: SmolinPavel <isingwithaz@gmail.com>
  • Loading branch information
2 people authored and another-guy committed Mar 11, 2019
1 parent f4261c3 commit e2c66c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/refs-and-the-dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class CustomTextInput extends React.Component {
}
render() {
// Используем `ref` колбэк, чтобы сохранить ссылку на DOM-элемент
// Используем колбэк в `ref`, чтобы сохранить ссылку на DOM-элемент
// поля текстового ввода в поле экземпляра (например, this.textInput).
return (
<div>
Expand Down

0 comments on commit e2c66c2

Please sign in to comment.