From 3c92a77847db744f3a49fd395de072808ee36c95 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 1 Mar 2020 20:55:52 +0000 Subject: [PATCH] Fix typo in OTLocation.inregions comment --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 563cf33..4816dc1 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -138,7 +138,7 @@ interface OTLocation { * https://en.wikipedia.org/wiki/Geohash */ ghash?: string; - /** Regions the device is currently in (e.g. `["Home"; "Garage"]`). Might be empty. */ + /** Regions the device is currently in (e.g. `["Home", "Garage"]`). Might be empty. */ inregions?: string[]; /** * No idea; some kind of timestamp as well - figure it out yourself. :)