Skip to content

Commit

Permalink
Handle some spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 15, 2023
1 parent 27c21e6 commit b15fed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"cSpell.words": [
"Behaviour",
"checkpointing",
"Configurator",
"configurators",
"Deadletter",
"Deduplication",
"Serializers",
"configurators"
"Serializers"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected override async Task StartCoreAsync(CancellationToken cancellationToken
return (Task)method.Invoke(this, new object[] { reg, ecr, processor, args, })!;
};

// start processing
// start processing
await processor.StartProcessingAsync(cancellationToken: cancellationToken).ConfigureAwait(false);
}
}
Expand Down

0 comments on commit b15fed5

Please sign in to comment.