Skip to content

Commit 8d111f5

Browse files
committed
chore: address review comments
1 parent 89ec8d2 commit 8d111f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-js/features/odata/execute-odata-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const { myEntityApi } = myEntityService();
231231
myEntityApi.requestBuilder().getAll().setBasePath('my/custom/service/path');
232232
```
233233

234-
This will change the base path of your request.
234+
This will change the base path of the request.
235235
Executing the example request above against a destination with the URL `https://my.s4-system.com` will result in a request against the target like this: `https://my.s4-system.com/my/custom/service/path/MyEntity`.
236236

237237
### Setting a Custom Request Configuration

0 commit comments

Comments
 (0)