From ff0f3aefc5ad77dbf2111fe86827c17c7b38f5e1 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 6 Sep 2019 12:46:58 +0200 Subject: [PATCH] Style fix. --- spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 4685815..4c87cc7 100644 --- a/spec/README.md +++ b/spec/README.md @@ -105,7 +105,7 @@ frequently throughout the spec. #### `entrypoint` The entrypoint definition matches *Docker*'s shell form of it. -Technically it's a string which is to be passed to the `command` (`/bin/bash -c` +Technically, it's a string which is to be passed to the `command` (`/bin/bash -c` by default) as the code to be interpreted or executed when attending requests.