Skip to content

Commit e303cf6

Browse files
transitive-bullshittillrohrmann
authored andcommitted
fix: readme typo
1 parent ef480f8 commit e303cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ as part of long-running processes, or as FaaS (AWS Lambda).
1313
// note that there is no failure handling in this example, because the combination of durable execution,
1414
// communication, and state storage makes this unnecessary here.
1515
const addToCart = async (ctx: restate.RpcContext, cartId: string /* the key */, ticketId: string) => {
16-
// RPC participates in durable execution, so guaranteed to eventually happend and
16+
// RPC participates in durable execution, so guaranteed to eventually happen and
1717
// will never get duplicated. would suspend if the other takes too long
1818
const success = await ctx.rpc<ticketApi>({ path: "tickets" }).reserve(ticketId);
1919

0 commit comments

Comments
 (0)