diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-03-16 20:31:09 +0100 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-03-16 20:31:09 +0100 |
commit | 720facc6f80d2b977d73b944c81c63b6d95e768b (patch) | |
tree | 10ad2449edffe3f759bd15d56f31539353a0bdc1 /docs/Hooks.md | |
parent | c79be2fab92f9af56b716267f75b4d9437d14e27 (diff) |
improve spelling in docs
Diffstat (limited to 'docs/Hooks.md')
-rw-r--r-- | docs/Hooks.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Hooks.md b/docs/Hooks.md index 1d263fb..8a0a8b9 100644 --- a/docs/Hooks.md +++ b/docs/Hooks.md @@ -11,7 +11,7 @@ Following configuration keys need to be defined for all hooks: ### Events -* `node_success`: triggered when configuration is succesfully pulled from a node and right before storing the configuration. +* `node_success`: triggered when configuration is successfully pulled from a node and right before storing the configuration. * `node_fail`: triggered after `retries` amount of failed node pulls. * `post_store`: triggered after node configuration is stored (this is executed only when the configuration has changed). * `nodes_done`: triggered after finished fetching all nodes. @@ -62,7 +62,7 @@ hooks: ### Hook type: githubrepo -This hook configures the repository `remote` and _push_ the code when the specified event is triggerd. If the `username` and `password` are not provided, the `Rugged::Credentials::SshKeyFromAgent` will be used. +This hook configures the repository `remote` and _push_ the code when the specified event is triggered. If the `username` and `password` are not provided, the `Rugged::Credentials::SshKeyFromAgent` will be used. `githubrepo` hook recognizes following configuration keys: |