Skip to content

Commit

Permalink
Updating request variables
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaScales committed Jul 17, 2023
1 parent 3720872 commit 9d9c97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/man_gen/hubl_request_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"request.full_url": {
"prefix": "request.full_url",
"body": ["{{ request.full_url }}"],
"description": "The URL used to access this page, with the query string."
"description": "The URL used to access this page."
},
"request.path": {
"prefix": "request.path",
Expand All @@ -32,7 +32,7 @@
"request.query_dict": {
"prefix": "request.query_dict",
"body": ["{{ request.query_dict }}"],
"description": "The query string coverted into a name->value dictionary."
"description": "The query string converted into a name -> value dictionary."
},
"request.referrer": {
"prefix": "request.referrer",
Expand Down

0 comments on commit 9d9c97f

Please sign in to comment.