We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afbc40 commit 33c370bCopy full SHA for 33c370b
README.md
@@ -131,7 +131,7 @@ const UserInformationDashboard = () => {
131
};
132
```
133
134
-In the example above the request to **userDetails:/id** will only be made once the request to **users** has been fulfilled.
+In the example above the request to **userDetails/:id** will only be made once the request to **users** has been fulfilled.
135
136
### Usage with other HTTP clients
137
0 commit comments