From 913574aad0037c1edaaaf4b261f73059b027c12c Mon Sep 17 00:00:00 2001 From: FlipWarthog Date: Tue, 9 Apr 2024 14:11:52 -0400 Subject: [PATCH] Fix typo in Scaling docs --- src/app/showcase/doc/theming/scalingdoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/showcase/doc/theming/scalingdoc.ts b/src/app/showcase/doc/theming/scalingdoc.ts index 95575563f8c..645023639df 100644 --- a/src/app/showcase/doc/theming/scalingdoc.ts +++ b/src/app/showcase/doc/theming/scalingdoc.ts @@ -7,7 +7,7 @@ import { Code } from '../../domain/code';

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.