diff --git a/doc/06-Framework-Usage.md b/doc/06-Framework-Usage.md index 2f39262..9a70f18 100644 --- a/doc/06-Framework-Usage.md +++ b/doc/06-Framework-Usage.md @@ -1,6 +1,6 @@ # Framework Usage -The Icinga PowerShell Framework ships with a bunch of Cmdlets for monitoring, meassurement, analysis and Icinga Agent management. Below we have listed a collection of content to explain the general usage of certain Cmdlets and components. +The Icinga PowerShell Framework ships with a bunch of Cmdlets for monitoring, measurement, analysis and Icinga Agent management. Below we have listed a collection of content to explain the general usage of certain Cmdlets and components. ## Framework Management diff --git a/doc/icingaintegration/02-Manual-Integration.md b/doc/icingaintegration/02-Manual-Integration.md index 535ae7f..4d7ecb7 100644 --- a/doc/icingaintegration/02-Manual-Integration.md +++ b/doc/icingaintegration/02-Manual-Integration.md @@ -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.