diff --git a/doc/nuxt/configuration/CSSLayerOrderDoc.vue b/doc/nuxt/configuration/CSSLayerOrderDoc.vue
index 52396b4ba..172f21f2a 100644
--- a/doc/nuxt/configuration/CSSLayerOrderDoc.vue
+++ b/doc/nuxt/configuration/CSSLayerOrderDoc.vue
@@ -1,6 +1,6 @@
Defines the CSS layer order setting for compatibility with libraries like Tailwind and Bootstrap in styled mode. Visit the Defines the CSS layer order setting for compatibility with libraries like Tailwind and Bootstrap in styled mode. Visit the
- Defines whether the styles should be defined inside a CSS layer named primevue or not. A CSS layer would be handy to + Defines whether the styles should be defined inside a CSS layer named primeui or not. A CSS layer would be handy to declare a custom cascade layer for easier customization. The default is false. View the CSS layer section for an example usage.