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 <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-04-10 14:36:01 -04:00 committed by GitHub
parent b28c345ba0
commit 1b68e9394b

View File

@ -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.
*