diff --git a/src/app/showcase/doc/orderlist/basicdoc.ts b/src/app/showcase/doc/orderlist/basicdoc.ts
index c0549e699e7..74dfab5a80e 100644
--- a/src/app/showcase/doc/orderlist/basicdoc.ts
+++ b/src/app/showcase/doc/orderlist/basicdoc.ts
@@ -9,22 +9,19 @@ import { ProductService } from '../../service/productservice';
OrderList is used as a controlled input with value properties. Content of a list item needs to be defined with the pTemplate property that receives an object in the list as parameter.
Items can be reordered using drag and drop by enabling dragdrop property.
Filter value is checked against the property of an object configured with the filterBy property