From 2566716521c3ab7f3afb65ef88ba3218748fd9c7 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Wed, 17 Aug 2016 11:33:55 -0400 Subject: [PATCH] :art: changes comment --- input-plugins/input-plugin-reference/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/input-plugins/input-plugin-reference/index.js b/input-plugins/input-plugin-reference/index.js index fbcaf34..befa11d 100644 --- a/input-plugins/input-plugin-reference/index.js +++ b/input-plugins/input-plugin-reference/index.js @@ -2,16 +2,16 @@ 'use strict'; /** - * checkbox Input Plugin + * Reference Input Plugin * * - * An input plugin with multiple checkboxes + * An input plugin with reference */ const validation = require('./lib/validation.js'); /** - * Single checkbox Input Plugin - * @module checkboxInputPlugin + * Reference Input Plugin + * @module referenceInputPlugin */ module.exports = { name: 'reference',