Skip to content

Commit 2286f2d

Browse files
authored
Update multiple-contexts.js
1 parent 6d47fc8 commit 2286f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/context/multiple-contexts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class App extends React.Component {
1010
render() {
1111
const {signedInUser, theme} = this.props;
1212

13-
// App компонент, который предоставляет начальные значения контекстов
13+
// Компонент App, который предоставляет начальные значения контекстов
1414
// highlight-range{2-3,5-6}
1515
return (
1616
<ThemeContext.Provider value={theme}>

0 commit comments

Comments
 (0)