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" )