Skip to content

Commit 3147a8b

Browse files
lemmithe-maldridge
authored andcommitted
_posts: add missing . in day 5 of infra week
1 parent cc39cbf commit 3147a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2023-07-21-infra-week-day-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ their functionality together.
109109
We primarily use containers to achieve this composeability. Each
110110
container performs a single task or a well defined sub-process in a
111111
larger workflow. For example we can look at the workflow required to
112-
serve <https://man.voidlinux.org/> In this workflow, a task runs
112+
serve <https://man.voidlinux.org/>. In this workflow, a task runs
113113
periodically to extract all man pages from all packages, then another
114114
process runs to copy those files to the mirrors, and finally a process
115115
runs to produce an HTTP response to a given man page request. Notice

0 commit comments

Comments
 (0)