Skip to content

Commit

Permalink
Merge pull request #15242 from FlipWarthog/doctypo-fix
Browse files Browse the repository at this point in the history
Fix typo in Scaling docs
  • Loading branch information
cetincakiroglu authored Apr 18, 2024
2 parents 4335800 + 913574a commit f8860bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/theming/scalingdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Code } from '../../domain/code';
<app-docsectiontext>
<p>
PrimeNG utilizes rem units to make sure the components blend in with the rest of your UI perfectly. This also enables scaling, for example changing the size of the components is easy as configuring the font size of your document. Code
below sets the scale of the components based on 16px. If you reqire bigger or smaller components, just change this variable and components will scale accordingly.
below sets the scale of the components based on 16px. If you require bigger or smaller components, just change this variable and components will scale accordingly.
</p>
</app-docsectiontext>
<app-code [code]="code" [hideToggleCode]="true"></app-code>
Expand Down

0 comments on commit f8860bd

Please sign in to comment.