From 46b0f6706feff30b30e9a6102c2150f7d6028dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 28 Feb 2023 13:57:39 +0300 Subject: [PATCH] Typo fix --- components/datatable/DataTable.d.ts | 4 ++-- doc/common/apidoc/index.json | 4 ++-- layouts/doc/DocApiSection.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/datatable/DataTable.d.ts b/components/datatable/DataTable.d.ts index f4281f2f3..ba7ede7e1 100755 --- a/components/datatable/DataTable.d.ts +++ b/components/datatable/DataTable.d.ts @@ -2,7 +2,7 @@ * * DataTable displays data in tabular format. * - * [Live Demo](https://www.primereact.org/datatable/) + * [Live Demo](https://www.primevue.org/datatable/) * * @module datatable * @@ -1071,7 +1071,7 @@ export interface DataTableEmits { } /** - * **PrimeReact - DataTable** + * **PrimeVue - DataTable** * * * _DataTable displays data in tabular format._ * diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index d6a4a026a..83ed161d5 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -6382,7 +6382,7 @@ } }, "datatable": { - "description": "DataTable displays data in tabular format.\n\n[Live Demo](https://www.primereact.org/datatable/)", + "description": "DataTable displays data in tabular format.\n\n[Live Demo](https://www.primevue.org/datatable/)", "interfaces": { "description": "Defines the custom interfaces used by the module.", "eventDescription": "Defines the custom events used by the component's emit.", @@ -6392,7 +6392,7 @@ "slotDescription": "Defines the slots used by the component.", "values": { "DataTable": { - "description": "**PrimeReact - DataTable**\n\n * _DataTable displays data in tabular format._\n\n[Live Demo](https://www.primevue.org/datatable/)\n--- ---\n![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg)", + "description": "**PrimeVue - DataTable**\n\n * _DataTable displays data in tabular format._\n\n[Live Demo](https://www.primevue.org/datatable/)\n--- ---\n![PrimeVue](https://primefaces.org/cdn/primevue/images/logo.svg)", "relatedProp": "", "props": [ { diff --git a/layouts/doc/DocApiSection.vue b/layouts/doc/DocApiSection.vue index 62e398d0d..f9f1a3f62 100644 --- a/layouts/doc/DocApiSection.vue +++ b/layouts/doc/DocApiSection.vue @@ -2,7 +2,7 @@

{{ header }} API

-

API defines helper props, events and others for the PrimeReact {{ header }} module.

+

API defines helper props, events and others for the PrimeVue {{ header }} module.