Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 25, 2024
1 parent 15b2092 commit 5b937df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/client/software.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const SelectedBy = Object.freeze({

/**
* @typedef {object} SoftwareConfig
* @property {Array<string>|undefined} patterns - An object where the keys are the pattern names
* @propery {Object.<string, boolean>} 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/software/PatternSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b937df

Please sign in to comment.