fix: Correct spelling errors found by Codespell

This commit is contained in:
Jeremy Kohn
2026-02-02 00:00:31 -06:00
parent ccdfd66cc2
commit bb146c059f
7 changed files with 9 additions and 9 deletions

View File

@@ -296,7 +296,7 @@ Use this skill when:
+ return processOrder(order);
+ }
# EVEN BETER: Using Result type
# EVEN BETTER: Using Result type
+ function process(order): Result<ProcessedOrder, Error> {
+ return Result.combine([
+ validateOrderExists(order),