Skip to content

Commit

Permalink
lexicon: typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 16, 2024
1 parent 535da76 commit 5b3e3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lexicon/lightning.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5b3e3e9

Please sign in to comment.