Skip to content

Commit 30a0d54

Browse files
authored
Fix #6594: Fix typo in PrimeFlex doc (#6597)
1 parent 9f6063b commit 30a0d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/doc/chart/combodoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default function ComboDemo() {
248248
<>
249249
<DocSectionText {...props}>
250250
<p>
251-
Different chart types can be combined in the same graph usign the <i>type</i> option of a dataset.
251+
Different chart types can be combined in the same graph using the <i>type</i> option of a dataset.
252252
</p>
253253
</DocSectionText>
254254
<div className="card">

components/doc/theming/primeflexdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function PrimeFlexDoc(props) {
1818
<DocSectionText {...props}>
1919
<p>
2020
<a href="https://primeflex.org">PrimeFlex</a> is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well. PrimeReact can be used with any CSS utility library like bootstrap and
21-
tailwind however PrimeFlex has benefits like integration with PrimeReact themes usign CSS variables so that colors classes e.g. <i>bg-blue-500</i> receive the color code from the PrimeReact theme being used. PrimeReact follows the
21+
tailwind however PrimeFlex has benefits like integration with PrimeReact themes using CSS variables so that colors classes e.g. <i>bg-blue-500</i> receive the color code from the PrimeReact theme being used. PrimeReact follows the
2222
CSS utility approach of PrimeFlex and currently does not provide an extended style property like <i>sx</i>. Same approach is also utilized in <a href="https://blocks.primereact.org">PrimeBlocks for PrimeReact</a> project as well.
2323
</p>
2424

0 commit comments

Comments
 (0)