diff --git a/docs/_pages/02-api-06-data-views-builders.md b/docs/_pages/02-api-06-data-views-builders.md index ff26afb..b5e4d4d 100644 --- a/docs/_pages/02-api-06-data-views-builders.md +++ b/docs/_pages/02-api-06-data-views-builders.md @@ -22,7 +22,7 @@ public class PersonDataViewsBuilder : FluidityDataViewsBuilder public override Expression> GetDataViewWhereClause(string dataViewAlias) { - // Return a where clause expression for the suplied data view alias + // Return a where clause expression for the supplied data view alias } } ```` @@ -35,4 +35,4 @@ The required methods are: ### Setting the data views builder of a list view {: .mt} -A data views builder is assigned to a list view as part of the list view configuration. See [List View API Documentation]({{ site.baseurl }}/api/collections/list-view/#defining-data-views) for more info. \ No newline at end of file +A data views builder is assigned to a list view as part of the list view configuration. See [List View API Documentation]({{ site.baseurl }}/api/collections/list-view/#defining-data-views) for more info.