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) 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