From 58165dfc897028266aae24acfb61d9212a369827 Mon Sep 17 00:00:00 2001 From: Frank Farzan Date: Wed, 2 Jun 2021 10:53:49 -0700 Subject: [PATCH] comments --- cmd/config/docs/api-conventions/functions-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config/docs/api-conventions/functions-spec.md b/cmd/config/docs/api-conventions/functions-spec.md index 024994561..5fc62d2dd 100644 --- a/cmd/config/docs/api-conventions/functions-spec.md +++ b/cmd/config/docs/api-conventions/functions-spec.md @@ -305,7 +305,7 @@ be supported by any conforming function). A function MUST be implemented as a container. A function container MUST be capable of running as a non-root user `nobody` if -it does not require access to host filesystem or makes network calls. +it does not require access to host filesystem. ### stderr