From 96c7278b61319d0ec2a9a92046b33474a5353065 Mon Sep 17 00:00:00 2001 From: amykang2020 Date: Fri, 1 Sep 2017 14:51:16 -0700 Subject: [PATCH] spacing edit --- docs/function-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/function-file.md b/docs/function-file.md index 765999dc7..d339faf57 100644 --- a/docs/function-file.md +++ b/docs/function-file.md @@ -36,8 +36,8 @@ position. You may use it to override the calculated route. If you plan to use `version` represents current version of the function. When deploying, it is appended to the image as a tag. -`runtime` represents programming language runtime, for examples, -`go`, `python3`, `java`, etc. The `runtime` `docker` will use the existing Dockerfile if one exists. +`runtime` represents programming language runtime, for example, +'go', 'python3', 'java', etc. The runtime 'docker' will use the existing Dockerfile. `build` (optional) is an array of local shell calls which are used to help building the function.