diff --git a/src/Orchard/Environment/IOrchardHost.cs b/src/Orchard/Environment/IOrchardHost.cs index 87056769a..aee8940e2 100644 --- a/src/Orchard/Environment/IOrchardHost.cs +++ b/src/Orchard/Environment/IOrchardHost.cs @@ -29,7 +29,7 @@ namespace Orchard.Environment { /// /// Can be used to build an temporary self-contained instance of a shell's configured code. - /// Services may be resolved from within this instance to configure and initialize it's storage. + /// Services may be resolved from within this instance to configure and initialize its storage. /// IWorkContextScope CreateStandaloneEnvironment(ShellSettings shellSettings); }