From 17b0450d265f20c213db41180f634ba99c98b274 Mon Sep 17 00:00:00 2001 From: Simon Janssens Date: Mon, 18 Dec 2023 15:08:20 +0100 Subject: [PATCH] Fix documentation typo --- src/app/showcase/doc/dataview/sortingdoc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/showcase/doc/dataview/sortingdoc.ts b/src/app/showcase/doc/dataview/sortingdoc.ts index eb502f41195..19063d2e477 100644 --- a/src/app/showcase/doc/dataview/sortingdoc.ts +++ b/src/app/showcase/doc/dataview/sortingdoc.ts @@ -8,7 +8,7 @@ import { ProductService } from '../../service/productservice'; selector: 'data-view-sorting-demo', template: ` -

Built-in sorting is controlled by bindings sortField and sortField properties from a custom UI.

+

Built-in sorting is controlled by bindings sortField and sortOrder properties from a custom UI.

@@ -228,7 +228,7 @@ export class DataViewSortingDemo { }`, data: ` -/* ProductService */ +/* ProductService */ { id: '1000', code: 'f230fh0g3',