From 01e8370d52b88353bc816ccdf49a45eb38189d1e Mon Sep 17 00:00:00 2001 From: Aaron Soto <35073726+asoto-r7@users.noreply.github.com> Date: Mon, 16 Apr 2018 12:36:21 -0500 Subject: [PATCH] Typo: `phpp` -> `php` --- How-to-Send-an-HTTP-Request-Using-HTTPClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md index 3fd3bbbc80..c4c70b4c62 100644 --- a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md +++ b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md @@ -99,7 +99,7 @@ Please note: The `normalize_uri` method will always follow these rules: res = send_request_cgi({ 'method' => 'GET', - 'uri' => normalize_uri(uri, 'admin', 'index.phpp'), + 'uri' => normalize_uri(uri, 'admin', 'index.php'), 'vars_get' => { 'p1' => "This is param 1", 'p2' => "This is param 2"