Skip to content

Commit

Permalink
Fix primefaces#6594: Fix typo in PrimeFlex doc
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed May 8, 2024
1 parent 424a459 commit 573cb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/doc/chart/combodoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function ComboDemo() {
<>
<DocSectionText {...props}>
<p>
Different chart types can be combined in the same graph usign the <i>type</i> option of a dataset.
Different chart types can be combined in the same graph using the <i>type</i> option of a dataset.
</p>
</DocSectionText>
<div className="card">
Expand Down
2 changes: 1 addition & 1 deletion components/doc/theming/primeflexdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function PrimeFlexDoc(props) {
<DocSectionText {...props}>
<p>
<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
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
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
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.
</p>

Expand Down

0 comments on commit 573cb9a

Please sign in to comment.