Skip to content

Commit

Permalink
🎨 changes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush2k committed Aug 17, 2016
1 parent da6c7c0 commit 2566716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input-plugins/input-plugin-reference/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2566716

Please sign in to comment.