Docs: fix typo on manual integration page 02-Manual-Integration.md

changed "automaticly" to "automatically"
This commit is contained in:
jlownie 2021-06-04 12:14:00 +10:00 committed by GitHub
parent 56ac5f9a64
commit 51ce681f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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.