From 46f9b07a10aecb40d53486aedf72b7ac5c7d4a3d Mon Sep 17 00:00:00 2001 From: melloware Date: Wed, 8 May 2024 11:32:41 -0400 Subject: [PATCH] Fix #6594: Fix typo in Scale doc --- components/doc/theming/scaledoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/doc/theming/scaledoc.js b/components/doc/theming/scaledoc.js index 7d30cc577b..11147b9959 100644 --- a/components/doc/theming/scaledoc.js +++ b/components/doc/theming/scaledoc.js @@ -15,7 +15,7 @@ html {

PrimeReact 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. + document. Code 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.