Skip to content

Commit

Permalink
[web] Documentation fix from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Oct 31, 2023
1 parent 7daef3e commit 1ad5f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/core/Section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const SectionContent = ({ children }) => {
* </Section>
*
* @typedef { Object } SectionProps
* @property {string} [icon] - Name of the section icon. Not rendered if title not provided.
* @property {string} [icon] - Name of the section icon. Not rendered if title is not provided.
* @property {string} [title] - The section title. If not given, aria-label must be provided.
* @property {string} [name] - The section name. Used to build the header id.
* @property {string} [path] - Path where the section links to. If present, props.openDialog is ignored.
Expand Down

0 comments on commit 1ad5f8d

Please sign in to comment.