Skip to content

Commit

Permalink
docs(typo) Fix typo and grammatical issue in flatEntityAccess documen…
Browse files Browse the repository at this point in the history
…tation.
  • Loading branch information
AgDude committed Aug 24, 2015
1 parent fb709e6 commit e3140b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/core/factories/GridOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ angular.module('ui.grid')
* @name flatEntityAccess
* @propertyOf ui.grid.class:GridOptions
* @description Set to true if your columns are all related directly to fields in a flat object structure - i.e.
* each of your columns associate directly with a propery one each of the entities in your data array.
* each of your columns associate directly with a property on each of the entities in your data array.
*
* In that situation we can avoid all the logic associated with complex binding to functions or to properties of sub-objects,
* which can provide a significant speed improvement with large data sets, with filtering and with sorting.
* which can provide a significant speed improvement with large data sets when filtering or sorting.
*
* By default false
*/
Expand Down

0 comments on commit e3140b2

Please sign in to comment.