mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Fix typo
This commit is contained in:
Vendored
+1
-1
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user