Skip to content

Commit 11f0e10

Browse files
author
stpham
committed
docs: more param docs
1 parent 29a44b0 commit 11f0e10

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/choose-blueprint-updates.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ async function chooseBlueprint({
3434
}
3535

3636
/**
37-
* Facilitate prompting the user for which bllueprint that want to update
37+
* Facilitate prompting the user for which bllueprint they want to update
3838
*
39-
* @param cwd
40-
* @param emberCliUpdateJson
41-
* @param reset
42-
* @param compare
43-
* @param codemods
44-
* @param to
39+
* @param {string} cwd - Used in `checkForBlueprintUpdates` in order to generate url or path to it if on local disk
40+
* @param {object} emberCliUpdateJson - Use the `blueprints` property from this
41+
* @param {boolean} reset - Optional
42+
* @param {boolean} compare - Optional
43+
* @param {boolean} codemods - Optional
44+
* @param {string} to - Optional (could be undefined).
4545
* @returns {Promise<{blueprint: (*|{}), areAllUpToDate, to: string}>}
4646
*/
4747
async function chooseBlueprintUpdates({

0 commit comments

Comments
 (0)