Skip to content

Commit 33c370b

Browse files
Fix readme typo
1 parent 3afbc40 commit 33c370b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const UserInformationDashboard = () => {
131131
};
132132
```
133133

134-
In the example above the request to **userDetails:/id** will only be made once the request to **users** has been fulfilled.
134+
In the example above the request to **userDetails/:id** will only be made once the request to **users** has been fulfilled.
135135

136136
### Usage with other HTTP clients
137137

0 commit comments

Comments
 (0)