Skip to content

Commit cd00835

Browse files
committed
docs: update subtitle sudheerj#67 to match content
1 parent 8eb4b01 commit cd00835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)