Skip to content

Commit 94da8f9

Browse files
pikammmmmTheBigRoomXXL
authored andcommitted
Fix particullary -> particularly typo in daemon docs
1 parent bd8570e commit 94da8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/daemon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! info
44
A daemon is a background process that runs independently of user interaction, typically used to perform tasks at scheduled intervals or in response to specific events.
55

6-
In the context of tinyfeed, the daemon mode allows the tool to periodically update the generated HTML page with the latest content from the specified feeds. This is particullary useful to integrate tinyfeed with service manager such as [systemd](systemd.md), [OpenRC](openrc.md) or even [Docker](docker.md). For details about those use case, please see the corresponding workflow section of the documentation.
6+
In the context of tinyfeed, the daemon mode allows the tool to periodically update the generated HTML page with the latest content from the specified feeds. This is particularly useful to integrate tinyfeed with service manager such as [systemd](systemd.md), [OpenRC](openrc.md) or even [Docker](docker.md). For details about those use case, please see the corresponding workflow section of the documentation.
77

88
To use tinyfeed in daemon mode, you can use the `-D / --daemon` flag along with the `-o / --output` flag to specify which file to keep updated.
99

0 commit comments

Comments
 (0)