From f1a608d060c23e4abd9a171c29c860809e352199 Mon Sep 17 00:00:00 2001 From: Jeremiah Njoroge Date: Thu, 15 Sep 2022 11:00:27 -0700 Subject: [PATCH] Typo fixes in troubleshooting doc --- src_docs/source/troubleshooting.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src_docs/source/troubleshooting.rst b/src_docs/source/troubleshooting.rst index 7b1c95e..4409e99 100644 --- a/src_docs/source/troubleshooting.rst +++ b/src_docs/source/troubleshooting.rst @@ -13,12 +13,12 @@ Log errors * Error validating created formula. Deviation to large, formula rejected The device will try to create formulas with different complexities. It will try to - validate the formula using the supplied values. If the differnce is more than 1.6 SG on any point - the formula will be rejected. Check the entered values if they seams to be resonable. + validate the formula using the supplied values. If the difference is more than 1.6 SG on any point + the formula will be rejected. Check the entered values if they seams to be reasonable. * No valid calibration values, please calibrate the device. - The gyro needs to be calibrated at 90 degress (flat). This is done on the configration page. + The gyro needs to be calibrated at 90 degrees (flat). This is done on the configuration page. * Low on memory, skipping push @@ -33,10 +33,10 @@ Log errors * Influxdb push failed response * HTTP push failed response - All these errors are standard http error codes. This are the commone ones; + All these errors are standard http error codes. This are the common ones; * 400 - Bad request. Probably an issue with the post format. Check format in the format editor. - * 401 - Unathorized. The service needs an token or other means to authenticate the device. + * 401 - Unauthorized. The service needs an token or other means to authenticate the device. * 403 - Forbidden. Could be an issue with token or URL. * 404 - Not found. Probably a wrong URL.