Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- typo
  • Loading branch information
HermesSbicego-Laser committed Oct 26, 2016
1 parent 1b511b2 commit 17ebdd2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,8 +23,8 @@ public class RequestTokens : ITokenProvider {

public void Describe(DescribeContext context) {
context.For("Request", T("Http Request"), T("Current Http Request tokens."))
.Token("QueryString:*", T("QueryString:<element>"), T("The Query String value for the specified element. If you want ot chain text, surround the <element> with brackets [e.g. QueryString:(param1)]."))
.Token("Form:*", T("Form:<element>"), T("The Form value for the specified element. If you want ot chain text, surround the <element> with brackets [e.g. Form:(param1)]."))
.Token("QueryString:*", T("QueryString:<element>"), T("The Query String value for the specified element. If you want to chain text, surround the <element> with brackets [e.g. QueryString:(param1)]."))
.Token("Form:*", T("Form:<element>"), T("The Form value for the specified element. If you want to chain text, surround the <element> with brackets [e.g. Form:(param1)]."))
.Token("Route:*", T("Route:<key>"), T("The Route value for the specified key."))
.Token("Content", T("Content"), T("The request routed Content Item."), "Content")
;
Expand Down

0 comments on commit 17ebdd2

Please sign in to comment.