From ac100c4cfd128632182bf10a10114811be1fb6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 31 Jul 2014 14:29:31 +0200 Subject: [PATCH] Typo --- src/Orchard/Environment/IOrchardHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }