Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get_started/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ We can either use the Restate UI playground or `curl`.
<TabItem value="ts" label="TypeScript">
For example, add a ticket `seat2B` to the cart of Mary by calling the `addTicket` handler of the `CartObject`.

In the UI, click on the `CartObject` service, then on `Playground`, and invoke your handler from there with key `Mary` and body `"seat2B"`.
In the UI, click on the `CartObject` service, then on `Playground`, and invoke your handler from there with key `Mary` and body `"seat2B"` (in quotes).

Or via `curl`:

Expand Down