Skip to content

Commit 996dc37

Browse files
authored
Merge pull request #352 from kenshanta/fix-67-subtitle-typo
docs: update subtitle #67 to match content
2 parents 9db4d53 + cd00835 commit 996dc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ class ParentComponent extends React.Component {
20872087
20882088
**[⬆ Back to Top](#table-of-contents)**
20892089
2090-
67. ### Why you can't update props in React?
2090+
67. ### Why can't you update props in React?
20912091
20922092
The React philosophy is that props should be _immutable_(read only) and _top-down_. This means that a parent can send any prop values to a child, but the child can't modify received props.
20932093

0 commit comments

Comments
 (0)