mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Docs: fix typo on manual integration page 02-Manual-Integration.md
changed "automaticly" to "automatically"
This commit is contained in:
parent
56ac5f9a64
commit
51ce681f77
1 changed files with 1 additions and 1 deletions
|
|
@ -79,4 +79,4 @@ object CheckCommand "Invoke-IcingaCheckCPU" {
|
|||
|
||||
This will call the PowerShell, execute the provided initialisation function `Use-Icinga` and afterwards execute the Check-Plugin with the provided arguments.
|
||||
|
||||
Unlike other PowerShell integrations, it will automaticly exit with the proper exit code - no special handling is required here.
|
||||
Unlike other PowerShell integrations, it will automatically exit with the proper exit code - no special handling is required here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue