From 771a5bb3ed6172c827a049e5a921d256af9f8f39 Mon Sep 17 00:00:00 2001 From: Antonio D'souza <275832+adsouza@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:20:38 -0400 Subject: [PATCH 1/2] fix type in name of method --- docs/get_started/tour.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get_started/tour.mdx b/docs/get_started/tour.mdx index c506cee5..0abe0569 100644 --- a/docs/get_started/tour.mdx +++ b/docs/get_started/tour.mdx @@ -2890,7 +2890,7 @@ CODE_LOAD::https://raw.githubusercontent.com/restatedev/examples/main/go/tutoria - Let the `CartObject/checkout` handler mark all tickets as sold by calling `TicketObject/markAsSold` for each ticket. + Let the `CartObject/checkout` handler mark all tickets as sold by calling `TicketObject/MarkAsSold` for each ticket.
Solution From 6484fe57c6e57d9041438c0c96c74f8c1fe182e2 Mon Sep 17 00:00:00 2001 From: Antonio D'souza <275832+adsouza@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:32:09 -0400 Subject: [PATCH 2/2] fix typo: exist -> consist --- docs/deploy/deploy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/deploy.mdx b/docs/deploy/deploy.mdx index 3e03a1c2..2044f373 100644 --- a/docs/deploy/deploy.mdx +++ b/docs/deploy/deploy.mdx @@ -9,7 +9,7 @@ import Admonition from '@theme/Admonition'; # Overview -Restate applications exist of two parts: the Restate [server](#restate-server) and the [services](#restate-services) it hosts: +Restate applications consist of two parts: the Restate [server](#restate-server) and the [services](#restate-services) it hosts: ![Restate overview](/img/deployment_overview.svg)