diff --git a/src/app/showcase/doc/chart/combodoc.ts b/src/app/showcase/doc/chart/combodoc.ts index d1e0249e3e8..6601d1a5826 100644 --- a/src/app/showcase/doc/chart/combodoc.ts +++ b/src/app/showcase/doc/chart/combodoc.ts @@ -7,7 +7,7 @@ import { AppConfigService } from '../../service/appconfigservice'; selector: 'chart-combo-demo', template: ` -

Different chart types can be combined in the same graph usign the type option of a dataset.

+

Different chart types can be combined in the same graph using the type option of a dataset.

diff --git a/src/app/showcase/doc/theming/primeflexdoc.ts b/src/app/showcase/doc/theming/primeflexdoc.ts index 546b29fc612..58c6d2dfa54 100644 --- a/src/app/showcase/doc/theming/primeflexdoc.ts +++ b/src/app/showcase/doc/theming/primeflexdoc.ts @@ -7,7 +7,7 @@ import { Code } from '../../domain/code';

PrimeFlex 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. bg-blue-500 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. bg-blue-500 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 sx. Same approach is also utilized in PrimeBlocks for PrimeNG project as well.