From ef8ebff55d03df7878d9ade666caa810e3fc2fc6 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Wed, 13 Nov 2019 13:44:11 -0800 Subject: [PATCH] Fix typo in flux http example --- content/v2.0/reference/flux/stdlib/http/basicauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/stdlib/http/basicauth.md b/content/v2.0/reference/flux/stdlib/http/basicauth.md index 746f84ba2..22b48037b 100644 --- a/content/v2.0/reference/flux/stdlib/http/basicauth.md +++ b/content/v2.0/reference/flux/stdlib/http/basicauth.md @@ -21,7 +21,7 @@ _**Function type:** Miscellaneous_ import "http" http.basicAuth( - u: "username" + u: "username", p: "passw0rd" )