diff --git a/web/src/client/software.js b/web/src/client/software.js index 3e86692d6a..764a9d14c2 100644 --- a/web/src/client/software.js +++ b/web/src/client/software.js @@ -72,7 +72,7 @@ const SelectedBy = Object.freeze({ /** * @typedef {object} SoftwareConfig - * @property {Array|undefined} patterns - An object where the keys are the pattern names + * @propery {Object.} patterns - An object where the keys are the pattern names * and the values whether to install them or not. * @property {string|undefined} product - Product to install. */ diff --git a/web/src/components/software/PatternSelector.jsx b/web/src/components/software/PatternSelector.jsx index 7773075b86..ceedc238fd 100644 --- a/web/src/components/software/PatternSelector.jsx +++ b/web/src/components/software/PatternSelector.jsx @@ -33,7 +33,7 @@ import { noop } from "~/utils"; * @property {string} group pattern group * @property {string} summary pattern name (user visible) * @property {string} description long description of the pattern - * @property {string} order display order (string!) + * @property {string} order display order * @property {string} icon icon name (not path or file name!) * @property {number} selected who selected the pattern, undefined * means it is not selected to install