Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
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/deploy/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ CODE_LOAD::https://raw.githubusercontent.com/restatedev/examples/main/go/tutoria
</SubtleStep>

<SubtleStep stepLabel="2" title="Mark tickets as sold">
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.

<details>
<summary>Solution</summary>
Expand Down