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