From 6773ab074b132d6dc417e91b379d5a7b8d986b8d Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 27 Jul 2025 18:12:48 +0200 Subject: docs: Fix typos in config and docs (#6991) * fix typos in configs * fix typos in docs Signed-off-by: Thijs Triemstra --- docs/Config_Reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/Config_Reference.md') diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 3fd035a6..a9b6db6c 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -5180,7 +5180,7 @@ sensor_type: # load cell will be igfiltered outnored. This option requires the SciPy # library. Default: None #buzz_filter_delay: 2 -# The delay, or 'order', of the buzz filter. This controle the number of +# The delay, or 'order', of the buzz filter. This controls the number of # samples required to make a trigger detection. Can be 1 or 2, the default # is 2. #notch_filter_frequencies: 50, 60 @@ -5314,7 +5314,7 @@ chip: ADS1115 # scales all values read from the ADC. Options are: 6.144V, 4.096V, 2.048V, # 1.024V, 0.512V, 0.256V #adc_voltage: 3.3 -# The suppy voltage for the device. This allows additional software scaling +# The supply voltage for the device. This allows additional software scaling # for all values read from the ADC. i2c_mcu: host i2c_bus: i2c.1 @@ -5333,7 +5333,7 @@ sensor_pin: my_ads1x1x:AIN0 # A combination of the name of the ads1x1x chip and the pin. Possible # pin values are AIN0, AIN1, AIN2 and AIN3 for single ended lines and # DIFF01, DIFF03, DIFF13 and DIFF23 for differential between their -# correspoding lines. For example +# corresponding lines. For example # DIFF03 measures the differential between line 0 and 3. Only specific # combinations for the differentials are allowed. ``` -- cgit v1.2.3-70-g09d2