File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments