Skip to content

Commit 9f6063b

Browse files
authored
Fix #6594: Fix typo in Scale doc (#6596)
1 parent f29efce commit 9f6063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/doc/theming/scaledoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ html {
1515
<DocSectionText {...props}>
1616
<p>
1717
PrimeReact utilizes <i>rem</i> 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
18-
document. Code below sets the scale of the components based on <i>16px</i>. If you reqire bigger or smaller components, just change this variable and components will scale accordingly.
18+
document. Code below sets the scale of the components based on <i>16px</i>. If you require bigger or smaller components, just change this variable and components will scale accordingly.
1919
</p>
2020
</DocSectionText>
2121
<DocSectionCode code={code} hideToggleCode import hideStackBlitz />

0 commit comments

Comments
 (0)