From 9711309e3fafea992f23659a5100de002ddf98d6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 May 2020 20:59:29 +0000 Subject: [PATCH] fix win -> windows --- _common/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_common/github.js b/_common/github.js index 0fcc7ba..1a8f91e 100644 --- a/_common/github.js +++ b/_common/github.js @@ -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 }; -- 2.25.1