diff --git a/releases/next/docs/textinput.html b/releases/next/docs/textinput.html
index cf365bb80b7..d2471c6f7e2 100644
--- a/releases/next/docs/textinput.html
+++ b/releases/next/docs/textinput.html
@@ -106,7 +106,7 @@ This will be called with
Invalid if multiline={true} is specified.
The string that will be rendered before text input has been entered.
Determines how the return key should look. On Android you can also use
returnKeyLabel.
Cross platform
The following values work across platforms:
donegonextsearchsendAndroid Only
The following values work on Android only:
nonepreviousiOS Only
The following values work on iOS only:
defaultemergency-callgooglejoinrouteyahooIf true, the text input obscures the text entered so that sensitive text
like passwords stay secure. The default value is false.
If true, all text will automatically be selected on focus.
The start and end of the text input's selection. Set start and end to -the same value to position the cursor.
Note that not all Text styles are supported, +the same value to position the cursor.
Note that not all Text styles are supported, see Issue#7070 for more detail.
The value to show for the text input. TextInput is a controlled
component, which means the native value will be forced to match this