From 15409f2aabd2fb700f497a4b822f84e33c419e1f Mon Sep 17 00:00:00 2001 From: Erik Mavrinac Date: Mon, 1 Oct 2018 10:57:00 -0700 Subject: [PATCH] Fix typo --- types/pigpio-dht/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/pigpio-dht/index.d.ts b/types/pigpio-dht/index.d.ts index 6f4d974128..c11194c3a9 100644 --- a/types/pigpio-dht/index.d.ts +++ b/types/pigpio-dht/index.d.ts @@ -30,7 +30,7 @@ declare namespace dht { * Result from a successful sensor read. */ interface DhtResult { - /** The temperature value in degress Celsius. */ + /** The temperature value in degrees Celsius. */ temperature: number; /** The humidity value in percentage points. */