diff --git a/guides/v1.0/config-guide/config/depend-inj.md b/guides/v1.0/config-guide/config/depend-inj.md index bedac1d6db3..cfe8843fdd1 100644 --- a/guides/v1.0/config-guide/config/depend-inj.md +++ b/guides/v1.0/config-guide/config/depend-inj.md @@ -17,7 +17,7 @@ See one of the following sections: * Configuration overview * Class definitions * Type configurations -* Lifestyle management +* Lifecycle management * Definition compiler tool
Object with default lifestyle
+Object with default lifecycle
<argument xsi:type="object">
{Type_Name}</argument>
- Object with specified lifestyle
+Object with specified lifecycle
<argument xsi:type="object"
shared="{shared}">{Type_Name}</argument>Type_Name type and passed as argument. Any class name, interface name, or virtual type name can be passed as Type_Name. shared defines the lifestyle of a created instance. Type_Name type and passed as argument. Any class name, interface name, or virtual type name can be passed as Type_Name. shared defines the lifecycle of a created instance.