diff --git a/docs-js/tutorials/getting-started/2-execute-odata-request.mdx b/docs-js/tutorials/getting-started/2-execute-odata-request.mdx index 78e751f128..b59fe63721 100644 --- a/docs-js/tutorials/getting-started/2-execute-odata-request.mdx +++ b/docs-js/tutorials/getting-started/2-execute-odata-request.mdx @@ -285,7 +285,7 @@ For more information on local destinations, check out our [destination documenta This is what it would look like for the mock server: ```ts -destinations = '[{ "name": "MockServer", "url": "http://localhost:3000" }]'; +destinations = '[{ "name": "MockServer", "url": "http://localhost:3000" }]' ``` :::caution