From 4b494cf8512776de46e92d36087dae5c59f6efd7 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:29:18 +0800 Subject: [PATCH] docs: fix theme overview scale typo --- doc/theming/ScaleDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/theming/ScaleDoc.vue b/doc/theming/ScaleDoc.vue index d75d695a6..b8483e059 100644 --- a/doc/theming/ScaleDoc.vue +++ b/doc/theming/ScaleDoc.vue @@ -2,7 +2,7 @@

PrimeVue 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. + 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.