From 8918dd4d6d427b0800ffa3f520dad60be10bda38 Mon Sep 17 00:00:00 2001 From: Grzegorz Baranski Date: Mon, 5 Apr 2021 15:45:46 +0200 Subject: [PATCH] xh: fix sending GET Request example Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- pages/common/xh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/xh.md b/pages/common/xh.md index bcf319f8d..51a1954f1 100644 --- a/pages/common/xh.md +++ b/pages/common/xh.md @@ -11,7 +11,7 @@ `xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}` -- Send a GET request with querystring id=5&sort=true: +- Send a GET request with query parameters (e.g. `id=5&sort=true`): `xh get {{httpbin.org/get}} {{id==5}} {{sort==true}}`