fix win -> windows
authorAJ ONeal <aj@therootcompany.com>
Sat, 2 May 2020 20:59:29 +0000 (20:59 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sat, 2 May 2020 20:59:29 +0000 (20:59 +0000)
_common/github.js

index 0fcc7bab69d687c3a42948f235adce86eeb8700d..1a8f91ee0ca75ead7f828db3a21d4133ff1e686c 100644 (file)
@@ -4,7 +4,7 @@
 const osMap = {
   macos: /\b(apple|mac|darwin|iPhone|iOS|iPad)/i,
   linux: /\b(linux)/i,
-  win: /\b(win|microsoft|msft)/i,
+  windows: /\b(win|microsoft|msft)/i,
   sunos: /\b(sun)/i,
   aix: /\b(aix)/i
 };