diff --git a/source/reference/operator/aggregation/geoNear.txt b/source/reference/operator/aggregation/geoNear.txt index e5fa00b90b9..91353e79fde 100644 --- a/source/reference/operator/aggregation/geoNear.txt +++ b/source/reference/operator/aggregation/geoNear.txt @@ -50,7 +50,7 @@ When using :pipeline:`$geoNear`, consider that: the documents hold the coordinate pair or point. Because :pipeline:`$geoNear` requires that the collection have a single geospatial index, :pipeline:`$geoNear` implicitly uses the indexed - the field. + field. - If using a :doc:`2dsphere index `, you must specify ``spherical: true``.