From 17ebdd2bfc53c7028aa71d36443b11942ac2a320 Mon Sep 17 00:00:00 2001 From: HermesSbicego-Laser Date: Wed, 26 Oct 2016 18:57:48 +0200 Subject: [PATCH] - typo --- .../Modules/Orchard.Tokens/Providers/RequestTokens.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Tokens/Providers/RequestTokens.cs b/src/Orchard.Web/Modules/Orchard.Tokens/Providers/RequestTokens.cs index 5e30bd90f..ee5c97324 100644 --- a/src/Orchard.Web/Modules/Orchard.Tokens/Providers/RequestTokens.cs +++ b/src/Orchard.Web/Modules/Orchard.Tokens/Providers/RequestTokens.cs @@ -23,8 +23,8 @@ namespace Orchard.Tokens.Providers { public void Describe(DescribeContext context) { context.For("Request", T("Http Request"), T("Current Http Request tokens.")) - .Token("QueryString:*", T("QueryString:"), T("The Query String value for the specified element. If you want ot chain text, surround the with brackets [e.g. QueryString:(param1)].")) - .Token("Form:*", T("Form:"), T("The Form value for the specified element. If you want ot chain text, surround the with brackets [e.g. Form:(param1)].")) + .Token("QueryString:*", T("QueryString:"), T("The Query String value for the specified element. If you want to chain text, surround the with brackets [e.g. QueryString:(param1)].")) + .Token("Form:*", T("Form:"), T("The Form value for the specified element. If you want to chain text, surround the with brackets [e.g. Form:(param1)].")) .Token("Route:*", T("Route:"), T("The Route value for the specified key.")) .Token("Content", T("Content"), T("The request routed Content Item."), "Content") ;