From e1cc5d12dfe03ad46ed35e7bcaf9f89591591d71 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Sun, 11 Aug 2019 21:52:49 +0800 Subject: [PATCH] fix typo in comment --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 46f3f01..98e0f0b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -9,7 +9,7 @@ FROM node:10 ENV DEBIAN_FRONTEND=noninteractive # The node image comes with a base non-root 'node' user which this Dockerfile -# gives sudo access. Hoewver, for Linux, this user's GID/UID must match your local +# gives sudo access. However, for Linux, this user's GID/UID must match your local # user UID/GID to avoid permission issues with bind mounts. Update USER_UID / USER_GID # if yours is not 1000. See https://aka.ms/vscode-remote/containers/non-root-user. ARG USER_UID=1000