From 02a3f6b09546d761893c5e8bc9585d6aa966638a Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sun, 5 May 2019 19:05:51 -0400 Subject: [PATCH] Fix doc typo --- docs/using/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/common.md b/docs/using/common.md index f15d05b4..5e10bc17 100644 --- a/docs/using/common.md +++ b/docs/using/common.md @@ -98,7 +98,7 @@ This script is particularly useful when you derive a new Dockerfile from this im ### Others -You can bypass the provided scripts and specify your an arbitrary start command. If you do, keep in mind that features supported by the `start.sh` script and its kin will not function (e.g., `GRANT_SUDO`). +You can bypass the provided scripts and specify an arbitrary start command. If you do, keep in mind that features supported by the `start.sh` script and its kin will not function (e.g., `GRANT_SUDO`). ## Conda Environments