Skip to content

Commit

Permalink
Merge pull request #14390 from SimonJ-DR/master
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
cetincakiroglu authored Dec 20, 2023
2 parents 8d83320 + 17b0450 commit 6314b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/dataview/sortingdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ProductService } from '../../service/productservice';
selector: 'data-view-sorting-demo',
template: `
<app-docsectiontext>
<p>Built-in sorting is controlled by bindings <i>sortField</i> and <i>sortField</i> properties from a custom UI.</p>
<p>Built-in sorting is controlled by bindings <i>sortField</i> and <i>sortOrder</i> properties from a custom UI.</p>
</app-docsectiontext>
<div class="card">
<p-dataView #dv [value]="products" [sortField]="sortField" [sortOrder]="sortOrder">
Expand Down Expand Up @@ -228,7 +228,7 @@ export class DataViewSortingDemo {
}`,

data: `
/* ProductService */
/* ProductService */
{
id: '1000',
code: 'f230fh0g3',
Expand Down

0 comments on commit 6314b04

Please sign in to comment.