Skip to content

Commit 2becb24

Browse files
authored
Fix a typo in docs (#155)
1 parent 2dac25d commit 2becb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ServiceLifecycle/Docs.docc/How to adopt ServiceLifecycle in applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ make orchestrating them in an application easier. To achieve this
88

99
When building applications we often have a bunch of services that comprise the
1010
internals of the applications. These services include fundamental needs like
11-
logging or metrics. Moreover, they also include services that compromise the
11+
logging or metrics. Moreover, they also include services that comprise the
1212
application's business logic such as long-running actors. Lastly, they might
1313
also include HTTP, gRPC, or similar servers that the application is exposing.
1414
One important requirement of the application is to orchestrate the various

0 commit comments

Comments
 (0)