Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #6594: Fix typo in PrimeFlex doc #6597

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading