mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes spelling error in docs
This commit is contained in:
parent
564711c1b6
commit
4a069ef6f5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ function Invoke-IcingaCheckTutorial()
|
|||
|
||||
### Basic Plugin Architecture
|
||||
|
||||
A basic plugin contains of multiple parts. At first we general `arguments` to parse thresholds through. In addition to that we will make use of several functions to create our check and check results. The functions [New-IcingaCheck](01-New-IcingaCheck), [New-IcingaCheckPackage](02-New-IcingaCheckPackage) and `New-IcingaCheckResult` will do the work for us.
|
||||
A basic plugin contains of multiple parts. At first we general `arguments` to parse thresholds through. In addition to that we will make use of several functions to create our check and check results. The functions [New-IcingaCheck](01-New-IcingaCheck.md), [New-IcingaCheckPackage](02-New-IcingaCheckPackage.md) and `New-IcingaCheckResult` will do the work for us.
|
||||
|
||||
### Writing Our Base-Skeleton
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue