We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc39cbf commit 3147a8bCopy full SHA for 3147a8b
1 file changed
_posts/2023-07-21-infra-week-day-5.md
@@ -109,7 +109,7 @@ their functionality together.
109
We primarily use containers to achieve this composeability. Each
110
container performs a single task or a well defined sub-process in a
111
larger workflow. For example we can look at the workflow required to
112
-serve <https://man.voidlinux.org/> In this workflow, a task runs
+serve <https://man.voidlinux.org/>. In this workflow, a task runs
113
periodically to extract all man pages from all packages, then another
114
process runs to copy those files to the mirrors, and finally a process
115
runs to produce an HTTP response to a given man page request. Notice
0 commit comments