Skip to content

Commit 0aecc6e

Browse files
committed
chore(*): fix docs in list component
1 parent 334b60a commit 0aecc6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/igniteui-angular/src/lib/list/list.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@ export class IgxListLineSubTitleDirective {
151151
})
152152
export class IgxListComponent extends IgxListBaseDirective {
153153
/**
154-
* An accessor that sets the resource strings.
155-
* By default it uses EN resources.
156-
*/
154+
* Sets the resource strings.
155+
* By default it uses EN resources.
156+
*/
157157
@Input()
158158
set resourceStrings(value: IListResourceStrings) {
159159
this._resourceStrings = Object.assign({}, this._resourceStrings, value);
160160
}
161161

162162
/**
163-
* An accessor that returns the resource strings.
164-
*/
163+
* Returns the resource strings.
164+
*/
165165
get resourceStrings(): IListResourceStrings {
166166
return this._resourceStrings;
167167
}

0 commit comments

Comments
 (0)