Skip to content

Commit 230d98a

Browse files
docs: make it more precise
Co-authored-by: Mikołaj Szydłowski <9szydlowski9@gmail.com>
1 parent 448ee56 commit 230d98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/fundamentals/core-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ does and help you understand further chapters better.
1111
## The input is uncontrolled
1212

1313
`EnrichedTextInput` does not take its content from a prop and does not push
14-
every keystroke back into React state. It owns its content on the native side
14+
every keystroke back into React state. It owns its content and state on the native side
1515
and you talk to it through a `ref`.
1616

1717
This is deliberate. Rich text changes constantly - every character, selection

0 commit comments

Comments
 (0)