diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-01-15 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-01-23 22:52:34 +0000 |
commit | d8b67e05fbeb9d8ad1b37b1a15add5731a2b7f77 (patch) | |
tree | e5d24704a04afe4db9f5103999158beb97e31480 /docs/CREDENTIALS.md | |
parent | ecb1456d0c2bd8f22754addbdd7c4f692434b21c (diff) | |
download | systemd-d8b67e05fbeb9d8ad1b37b1a15add5731a2b7f77.tar.gz |
docs: fix a few typos
Diffstat (limited to 'docs/CREDENTIALS.md')
-rw-r--r-- | docs/CREDENTIALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index 04309a15fe..706cfd378e 100644 --- a/docs/CREDENTIALS.md +++ b/docs/CREDENTIALS.md @@ -442,5 +442,5 @@ hence a great place to store credentials to load on the system. ## Conditionalizing Services Sometimes it makes sense to conditionalize system services and invoke them only -if the right system credential is passed to the system. use the +if the right system credential is passed to the system. Use the `ConditionCredential=` and `AssertCredential=` unit file settings for that. |