From 1b68e9394b233311f97f258de2e3906faba56146 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 10 Apr 2017 14:36:01 -0400 Subject: [PATCH] style(shared): fix `given that is` -> `given that it` typo (#1272) See: https://github.com/resin-io/etcher/pull/1262#discussion_r110541438 Signed-off-by: Juan Cruz Viotti --- lib/shared/permissions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/permissions.js b/lib/shared/permissions.js index 668dbc0b..83878f81 100644 --- a/lib/shared/permissions.js +++ b/lib/shared/permissions.js @@ -37,7 +37,7 @@ const UNIX_SUPERUSER_USER_ID = 0; * This function has been adapted from https://github.com/sindresorhus/is-elevated, * which was originally licensed under MIT. * - * We're not using such module directly given that is + * We're not using such module directly given that it * contains dependencies with dynamic undeclared dependencies, * causing a mess when trying to concatenate the code. *