diff --git a/src/showcase/breadcrumb/BreadcrumbDemo.js b/src/showcase/breadcrumb/BreadcrumbDemo.js index 16866c6469..732c21b09f 100644 --- a/src/showcase/breadcrumb/BreadcrumbDemo.js +++ b/src/showcase/breadcrumb/BreadcrumbDemo.js @@ -54,7 +54,7 @@ import {Breadcrumb} from 'primereact/components/breadcrumb/Breadcrumb'; `}

Getting Started

-

Component is defined using the Password element .

+

Component is defined using the BreadCrumb element .

{` diff --git a/src/showcase/chart/ChartDemo.js b/src/showcase/chart/ChartDemo.js index 2c5b1d656f..d2d09deee4 100644 --- a/src/showcase/chart/ChartDemo.js +++ b/src/showcase/chart/ChartDemo.js @@ -25,7 +25,7 @@ class ChartDoc extends Component { return (

Chart Component

-

Chart component is used to display a chart on page. The classname is UIChart and element tag is p-chart.

+

Chart component is used to display a chart on page. The classname is UIChart and element tag is Chart.

Import

diff --git a/src/showcase/contextmenu/ContextMenuDemo.js b/src/showcase/contextmenu/ContextMenuDemo.js index a7f9409041..8316c58c65 100644 --- a/src/showcase/contextmenu/ContextMenuDemo.js +++ b/src/showcase/contextmenu/ContextMenuDemo.js @@ -191,7 +191,7 @@ import {ContextMenu} from 'primereact/components/contextmenu/ContextMenu'; appendTo any null - Target element to attach the overlay, valid values are "body" or a local ng-template variable of another element. + Target element to attach the overlay, valid values are "body" or a local template variable of another element. diff --git a/src/showcase/megamenu/MegaMenuDemo.js b/src/showcase/megamenu/MegaMenuDemo.js index eb9f74c0a5..967426fed4 100644 --- a/src/showcase/megamenu/MegaMenuDemo.js +++ b/src/showcase/megamenu/MegaMenuDemo.js @@ -291,7 +291,7 @@ var items=[

Custom Content

-

Custom content can be placed between p-megaMenu tags. Megamenu should be horizontal for custom content.

+

Custom content can be placed between MegaMenu tags. Megamenu should be horizontal for custom content.

{` diff --git a/src/showcase/slidemenu/SlideMenuDemo.js b/src/showcase/slidemenu/SlideMenuDemo.js index 1716a6237f..fb0e80ab7a 100644 --- a/src/showcase/slidemenu/SlideMenuDemo.js +++ b/src/showcase/slidemenu/SlideMenuDemo.js @@ -134,7 +134,7 @@ import {SlideMenu} from 'primereact/components/slidemenu/SlideMenu';

MenuItem API

-

PanelMenu uses the common menu item api to define its items, visit MenuModel for details.

+

SlideMenu uses the common menu item api to define its items, visit MenuModel for details.

Getting Started

SlideMenu requires nested menuitems as its model.

diff --git a/src/showcase/steps/StepsDemo.js b/src/showcase/steps/StepsDemo.js index 5d6abaf1f7..bddca8eca7 100644 --- a/src/showcase/steps/StepsDemo.js +++ b/src/showcase/steps/StepsDemo.js @@ -83,7 +83,7 @@ import {Steps} from 'primereact/components/steps/Steps';

Steps uses the common menu item api to define its items, visit MenuModel for details.

Getting Started

-

Component is defined using the Password element .

+

Component is defined using the Steps element .

{`