From 8b0478127d246b66375b0c8c50be71e1eef37f47 Mon Sep 17 00:00:00 2001 From: danielhausen Date: Mon, 10 Feb 2025 16:02:24 -0500 Subject: [PATCH] Update geofences.mdx "at a project level" was written twice --- docs/geofences.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/geofences.mdx b/docs/geofences.mdx index 2cbe70ca3..91c7e3b66 100644 --- a/docs/geofences.mdx +++ b/docs/geofences.mdx @@ -177,7 +177,7 @@ Use _Buffer entries_ to more aggressively enter geofences and reduce the likelih Use _Buffer exits_ to more conservatively exit geofences and reduce the jumpiness of exit events. When _Buffer Exits_ is off, Radar will generate an exit event if the location reported by the device is outside the geofence boundary. However, when _Buffer Exits_ is on, Radar will only generate an exit event if the device is more than X meters outside of the geofence, where X is the accuracy reported by the device. For example, if the device reports a location accurate to within 50 meters, Radar will only generate an entry event if the location is more than 50 meters outside of the geofence boundary. -You can enable these settings at a project level at a project level on the [Settings page](https://radar.com/dashboard/settings#geofences-settings). +You can enable these settings at a project level on the [Settings page](https://radar.com/dashboard/settings#geofences-settings). ## Operating hours