summaryrefslogtreecommitdiff
path: root/content/posts/2022/2022-04-25-bashtard-introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022/2022-04-25-bashtard-introduction.md')
-rw-r--r--content/posts/2022/2022-04-25-bashtard-introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2022/2022-04-25-bashtard-introduction.md b/content/posts/2022/2022-04-25-bashtard-introduction.md
index 3ab1bc7..43c96ef 100644
--- a/content/posts/2022/2022-04-25-bashtard-introduction.md
+++ b/content/posts/2022/2022-04-25-bashtard-introduction.md
@@ -242,7 +242,7 @@ playbook_sync() {
}
```
-Now, `bashtard add sshd` will run the `playbook_add()` function, which call the
+Now, `bashtard add sshd` will run the `playbook_add()` function, which calls the
`playbook_sync()` function before enabling and starting the `sshd` service. All
that is left is the `playbook_del()` function, which only really needs to stop
and disable the service. The templated files can be removed here as well if