Skip to content

Commit 6c45402

Browse files
committed
another -> an
1 parent a87dfc9 commit 6c45402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-10-swift-temporal-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [Temporal Swift SDK](https://github.com/apple/swift-temporal-sdk) is now ava
1717

1818
Building reliable distributed systems requires handling failures gracefully, coordinating complex workflows across multiple services, and ensuring long-running processes complete successfully. Rather than develop these resiliency features into every application or service you develop, Temporal offers the pattern of a __workflow__. Workflows encapsulate your code so it runs durably and handles many common failure scenarios.
1919

20-
With the Temporal Swift SDK, you can build resilient workflows that survive infrastructure failures. The SDK brings another essential tool for developers that build highly reliable and scalable production cloud services.
20+
With the Temporal Swift SDK, you can build resilient workflows that survive infrastructure failures. The SDK brings an essential tool for developers that build highly reliable and scalable production cloud services.
2121

2222
## Writing durable workflows in Swift
2323

0 commit comments

Comments
 (0)