From abc5fb80d1c14ce87200b0c53f0518f7e2ab9b81 Mon Sep 17 00:00:00 2001 From: Shoebox <10995699+MagicShoebox@users.noreply.github.com> Date: Sat, 7 Sep 2019 18:07:39 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43de6ba..f7cbb78 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Follow these steps to open this sample in a container: ## Things to try -One you have this sample opened in a container, you'll be able to work with it like you would locally. +Once you have this sample opened in a container, you'll be able to work with it like you would locally. > **Note:** This container runs as a non-root user with sudo access by default. Comment out `"runArgs":["-u", "1000"]` in `.devcontainer/devcontainer.json` if you'd prefer to run as root.