Skip to content

Commit c026036

Browse files
committed
doc(README): correct typos
1 parent 3b4147b commit c026036

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A component for rendering Markdown in React Native with native components, worki
1212

1313
## Usage
1414

15-
All you need is import the `react-native-simple-markdown` and then use the
15+
All you need to do is import the `react-native-simple-markdown` and then use the
1616
`<Markdown />` component.
1717

1818
```js
@@ -61,7 +61,7 @@ const markdownStyles = {
6161
## Properties
6262
### `styles`
6363
64-
`<Markdown />` will apply its style by default. However you can pass a `styles` prop to customize it has you want.
64+
`<Markdown />` will apply its style by default. However you can pass a `styles` prop to customize it has you wish.
6565
6666
Example:
6767
@@ -116,7 +116,7 @@ Example:
116116
</Markdown>
117117
```
118118
119-
`whitelist` will only apply the default styles for `link` and `url`, while `blacklist` will do the opposite. You don't need to pass in a rules prop that contained a key for all the styles you don't want and reimplement their styling output anymore.
119+
`whitelist` will only apply `link` and `url` default styles, while `blacklist` will do the opposite. You don't need to pass in a rules prop that contained a key for all the styles you don't want and reimplement their styling output anymore.
120120
121121
### Styles
122122
@@ -134,7 +134,7 @@ Example:
134134
| `list` | `<View>` | Also `listItem` (`<View>`), `listItemBullet` (`<Text>`), `listItemBulletType` (`Unicode character`), `listItemNumber` (`<Text>`) and `listItemText` (`<Text>`) |
135135
| `mailTo` | `<Text>` | - |
136136
| `paragraph` | `<Text>` | - |
137-
| `plainText` | `<Text>` | Use for styling text without any associated styles |
137+
| `plainText` | `<Text>` | Used for styling text without any associated styles |
138138
| `strong` | `<Text>` | - |
139139
| `table` | `<View>` | - |
140140
| `tableHeader` | `<View>` | - |
@@ -146,7 +146,7 @@ Example:
146146
| `u` | `<Text>` | - |
147147
| `url` | `<Text>` | - |
148148
| `video` | `<Image>` | Supports YouTube & Vimeo |
149-
| `view` | `<View>` | This is the `View` container where the Markdown is render |
149+
| `view` | `<View>` | This is the `View` container where the Markdown is rendered |
150150
151151
## Credits
152152

0 commit comments

Comments
 (0)