Skip to content

Commit e3140b2

Browse files
committed
docs(typo) Fix typo and grammatical issue in flatEntityAccess documentation.
1 parent fb709e6 commit e3140b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/core/factories/GridOptions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ angular.module('ui.grid')
188188
* @name flatEntityAccess
189189
* @propertyOf ui.grid.class:GridOptions
190190
* @description Set to true if your columns are all related directly to fields in a flat object structure - i.e.
191-
* each of your columns associate directly with a propery one each of the entities in your data array.
191+
* each of your columns associate directly with a property on each of the entities in your data array.
192192
*
193193
* In that situation we can avoid all the logic associated with complex binding to functions or to properties of sub-objects,
194-
* which can provide a significant speed improvement with large data sets, with filtering and with sorting.
194+
* which can provide a significant speed improvement with large data sets when filtering or sorting.
195195
*
196196
* By default false
197197
*/

0 commit comments

Comments
 (0)