Skip to content

Commit b3a8fd6

Browse files
committed
chore: escape special chars
1 parent 315b2d1 commit b3a8fd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-data-provider/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ The `useDataProvider` hook provides an easy way to make HTTP requests using vari
8484

8585
All of the requests accepts these shared parameters:
8686

87-
- **uri** (string): The endpoint URI.
88-
- **headers** (Record<string, string>, optional): Additional headers to include in the request.
89-
- **queryParams** (Record<string, string | string[] | number | undefined>, optional): Query parameters to append to the URL.
90-
- **body** (TRequestBody, optional): The request payload.
91-
- **signal** (AbortSignal, optional): Signal to abort the request.
87+
- **uri** `(string)`: The endpoint URI.
88+
- **headers** `(Record<string, string>, optional)`: Additional headers to include in the request.
89+
- **queryParams** `(Record<string, string | string[] | number | undefined>, optional)`: Query parameters to append to the URL.
90+
- **body** `(TRequestBody, optional)`: The request payload.
91+
- **signal** `(AbortSignal, optional)`: Signal to abort the request.
9292

9393
### POST | PUT | PATCH Methods
9494

0 commit comments

Comments
 (0)