From 680a06bfece15dff6c85e9adad03aaceee3eba9d Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 21 Jan 2014 09:55:43 -0800 Subject: [PATCH] Minor wording cleanup. --- docs/api-geopoint.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api-geopoint.md b/docs/api-geopoint.md index 73eca7b7..d786d247 100644 --- a/docs/api-geopoint.md +++ b/docs/api-geopoint.md @@ -16,9 +16,7 @@ var CoffeeShop = loopback.createModel('coffee-shop', { }); ``` -Loopback models with a GeoPoint property and an attached Data Source may be queried using geo-spatial filters and sorting. - -For example, the following code is an an example of finding the three nearest coffee shops. +You can query LoopBack models with a GeoPoint property and an attached data source using geo-spatial filters and sorting. For example, the following code finds the three nearest coffee shops. ```js CoffeeShop.attachTo(oracle);