Skip to content

Commit

Permalink
Merge pull request #15420 from sakahle/typo-fix
Browse files Browse the repository at this point in the history
docs: typo in chart and primeflex docs
  • Loading branch information
cetincakiroglu authored May 3, 2024
2 parents 2b3049b + 32449bc commit 6e9a610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/chart/combodoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AppConfigService } from '@service/appconfigservice';
selector: 'chart-combo-demo',
template: `
<app-docsectiontext>
<p>Different chart types can be combined in the same graph usign the <i>type</i> option of a dataset.</p>
<p>Different chart types can be combined in the same graph using the <i>type</i> option of a dataset.</p>
</app-docsectiontext>
<div class="card">
<p-chart type="line" [data]="data" [options]="options" />
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/doc/theming/primeflexdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Code } from '@domain/code';
<app-docsectiontext>
<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. PrimeNG can be used with any CSS utility library like bootstrap and tailwind
however PrimeFlex has benefits like integration with PrimeNG themes usign CSS variables so that colors classes e.g. <i>bg-blue-500</i> receive the color code from the PrimeNG theme being used. PrimeNG follows the CSS utility approach
however PrimeFlex has benefits like integration with PrimeNG themes using CSS variables so that colors classes e.g. <i>bg-blue-500</i> receive the color code from the PrimeNG theme being used. PrimeNG 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.primeng.org">PrimeBlocks for PrimeNG</a> project as well.
</p>
</app-docsectiontext>
Expand Down

0 comments on commit 6e9a610

Please sign in to comment.