From f7bd451872c59b8ed62259c4cde576997a71ef5c Mon Sep 17 00:00:00 2001 From: aidamarfuaty Date: Mon, 6 May 2024 16:47:53 +0200 Subject: [PATCH] Fix typo --- packages/analysis-report/src/ContentAnalysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/analysis-report/src/ContentAnalysis.js b/packages/analysis-report/src/ContentAnalysis.js index 91966949be5..f89eb762703 100644 --- a/packages/analysis-report/src/ContentAnalysis.js +++ b/packages/analysis-report/src/ContentAnalysis.js @@ -37,7 +37,7 @@ const StyledCollapsible = styled( Collapsible )` */ class ContentAnalysis extends React.Component { /** - * Renders a Collapsible component with a liset of Analysis results. + * Renders a Collapsible component with a list of Analysis results. * * @param {string} title The title of the collapsible section. * @param {number} headingLevel Heading level: 1 for h1, 2 for h2, etc.