diff --git a/docs/about/concepts.md b/docs/about/concepts.md index 619fd15c..da7bc3f8 100644 --- a/docs/about/concepts.md +++ b/docs/about/concepts.md @@ -71,7 +71,7 @@ A **LifecycleRequest** represents the business intent (for example: Joiner, Move ```powershell $Request = New-IdleLifecycleRequest -LifecycleEvent 'Joiner' -IdentityKeys @{ key = 'first.last' -} +} ` -DesiredState @{ Firstname = 'First' Lastname = 'Last'