Skip to content

Commit 0c1ae3b

Browse files
committed
Readme typo
1 parent 442cb13 commit 0c1ae3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const myComponent: FC<Props> = (props) => {
6161

6262
# Other Hooks
6363

64-
### `useDevice(usString?: string)`:
64+
### `useDevice(uaString?: string)`:
6565

6666
```javascript
6767

@@ -72,7 +72,7 @@ const myComponent: FC<Props> = (props) => {
7272
}
7373
```
7474

75-
### `useBrowser(usString?: string)`:
75+
### `useBrowser(uaString?: string)`:
7676

7777
```javascript
7878

@@ -83,7 +83,7 @@ const myComponent: FC<Props> = (props) => {
8383
}
8484
```
8585

86-
### `useCPU(usString?: string)`:
86+
### `useCPU(uaString?: string)`:
8787

8888
```javascript
8989

@@ -94,7 +94,7 @@ const myComponent: FC<Props> = (props) => {
9494
}
9595
```
9696

97-
### `useEngine(usString?: string)`:
97+
### `useEngine(uaString?: string)`:
9898

9999
```javascript
100100

0 commit comments

Comments
 (0)