From c7d012c53461e5e9d102f06f3f11c2fce8304093 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 24 Nov 2016 17:14:12 +0800 Subject: [PATCH] Minor documentation fix in Checkout.index --- lib/checkout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkout.js b/lib/checkout.js index 652f6116a..329e0c7f4 100644 --- a/lib/checkout.js +++ b/lib/checkout.js @@ -25,7 +25,7 @@ Checkout.head = function(url, options) { * * @async * @param {Repository} repo The repo to checkout an index -* @param {Index} The index to checkout +* @param {Index} index The index to checkout * @param {CheckoutOptions} [options] Options for the checkout * @return {Void} checkout complete */