From 4fbdc3548f3f48a0f7ee04c67784016eceee28eb Mon Sep 17 00:00:00 2001 From: Bart274 Date: Wed, 6 Jul 2016 16:59:29 +0200 Subject: [PATCH] fixed typo in tolerance (#620) --- source/_components/proximity.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/proximity.markdown b/source/_components/proximity.markdown index c0fdcd24cd7..ed45ad2aa00 100644 --- a/source/_components/proximity.markdown +++ b/source/_components/proximity.markdown @@ -54,5 +54,5 @@ Configuration variables: - **zone** (*Optional*): The zone to which this component is measuring the distance to. Default is the home zone. - **ignored_zones** array (*Optional*): Where proximity is not calculated for a device (either the device being monitored or ones being compared (e.g. work or school). - **devices** array (*Optional*): A list of devices to compare location against to check closeness to the configured zone. -- **tollerance** (*Optional*): The tolerance used to calculate the direction of travel in meters (m) to filter out small GPS coordinate changes. +- **tolerance** (*Optional*): The tolerance used to calculate the direction of travel in meters (m) to filter out small GPS coordinate changes.