From 5b3e3e9e1a4f7b573cf152cedcfe251c7d592a73 Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Mon, 16 Dec 2024 10:31:38 +0000 Subject: [PATCH] lexicon: typos in comments --- packages/lexicon/lightning.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lexicon/lightning.d.ts b/packages/lexicon/lightning.d.ts index 857eacf13..2048e89d7 100644 --- a/packages/lexicon/lightning.d.ts +++ b/packages/lexicon/lightning.d.ts @@ -17,10 +17,10 @@ type TimeInMicroSeconds = string; */ /** - * An execution plan representing a Ligyhtning 'Run'. + * An execution plan representing a Lightning 'Run'. * This represents the execution of a workflow. * - * The data stucture that Lightning sends is converted by the Worker into + * The data structure that Lightning sends is converted by the Worker into * a runtime ExecutionPlan (as found in Core) */ export type LightningPlan = {