diff --git a/docs/03_Get-Started/step-36-content-density-typescript-667aa4a.md b/docs/03_Get-Started/step-36-content-density-typescript-667aa4a.md index 333397c..3ebe861 100644 --- a/docs/03_Get-Started/step-36-content-density-typescript-667aa4a.md +++ b/docs/03_Get-Started/step-36-content-density-typescript-667aa4a.md @@ -47,7 +47,7 @@ export default class Component extends UIComponent { ... }; getContentDensityClass(): string { - // if the Fiori Launchpad has already set the content density class according to its logic, don't override it + // if the content density has already been set, don't override it const classList = document.body.classList; if (classList.contains("sapUiSizeCozy") || classList.contains("sapUiSizeCompact")) { return "";