Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 22, 2018
1 parent 5e35767 commit 490f6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const command = {
* @param {String} data.packageName Name of current package to process.
* @param {Options} data.options The options object.
* @param {Repository} data.repository
* @param {Boolean} [data.doNotTryAgain=false] If set on true, bootstrap command won't be executed again.
* @param {Boolean} [data.doNotTryAgain=false] If set to `true`, bootstrap command won't be executed again.
* @returns {Promise}
*/
execute( data ) {
Expand Down

0 comments on commit 490f6be

Please sign in to comment.