From fbb25f05ae8dea5d21711b4f0a5a1d649efc37f3 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 19 Jan 2015 20:53:34 -0500 Subject: [PATCH] remove dupe in doc --- docs/mithril.request.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/mithril.request.md b/docs/mithril.request.md index 3d4aa162..1f45ccdb 100644 --- a/docs/mithril.request.md +++ b/docs/mithril.request.md @@ -468,10 +468,6 @@ where: A password for HTTP authentication. Defaults to `undefined` - - **String password** (optional) - - A password for HTTP authentication. Defaults to `undefined` - - **Object data** (optional) Data to be sent. It's automatically placed in the appropriate section of the request with the appropriate serialization based on `method`