Skip to content

Commit a3a0056

Browse files
authored
Merge pull request #70 from vsfarooqkhan/patch-2
Spelling Mistakes and grammar mistakes
2 parents f88cc4e + cf0a5b5 commit a3a0056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## react-device-detect
22

3-
Detect device, and render view according to detected device type.
3+
Detect device, and render view according to the detected device type.
44

55
## Installation
66

@@ -53,7 +53,7 @@ render() {
5353
}
5454
```
5555

56-
If you want to leave a message to specific browser (e.g IE), you can use `isIE` selector
56+
If you want to leave a message to a specific browser (e.g IE), you can use `isIE` selector
5757

5858
```javascript
5959
import {isIE} from 'react-device-detect';
@@ -66,7 +66,7 @@ render() {
6666
}
6767
```
6868

69-
If you want to render a view on specific device and with specific condition:
69+
If you want to render a view on a specific device and with a specific condition:
7070

7171
```javascript
7272
import { browserName, CustomView } from 'react-device-detect';

0 commit comments

Comments
 (0)