File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
4747async function chooseBlueprintUpdates ( {
You can’t perform that action at this time.
0 commit comments