-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix small typos, in ViewStyle
, ViewToken
, Text
docs
#4237
docs: fix small typos, in ViewStyle
, ViewToken
, Text
docs
#4237
Conversation
@@ -326,4 +326,4 @@ Controls whether the `View` can be the target of touch events. | |||
|
|||
| Type | | |||
| --------------------------------------------- | | |||
| enum('auto', 'box-none', 'box-only', 'none' ) | | |||
| enum(`'auto'`, `'box-none'`, `'box-only'`, `'none'` ) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -240,7 +240,7 @@ On Android, these roles have similar functionality on TalkBack as adding Accessi | |||
|
|||
Tells the screen reader to treat the currently focused on element as being in a specific state. | |||
|
|||
You can provide one state, no state, or multiple states. The states must be passed in through an object. Ex: `{selected: true, disabled: true}`. | |||
You can provide one state, no state, or multiple states. The states must be passed in through an object, e.g. `{selected: true, disabled: true}`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The abbreviation "Ex:" isn't used anywhere else in the documentation, while "e.g." is used almost 900 times.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update and corrections, LGTM! 👍
Documentation 📝
While reading the
ViewStyle
,ViewToken
andText
documentation, I noticed some small typos and formatting inconsistencies that I thought I would correct.Please see explanations for any that aren't clear-cut below. Please feel free to correct these changes, if I've misread expectations.