Skip to content

Commit cca2a48

Browse files
LucasRoesleralexellis
authored andcommitted
Improve wording in the skip_build documentation
Signed-off-by: Lucas Roesler <[email protected]>
1 parent 8baed39 commit cca2a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The `image` field refers to a Docker image reference, this could be on the Docke
5959

6060
#### Function: Skip build
6161

62-
The `skip_build` field controls if the CLI will attempt to build the Docker image for the function. When `true`, the build step is skipped and you should see a message printed to the terminal `Skipping build of: "function name"`.
62+
The `skip_build` field controls whether the CLI will attempt to build the Docker image for the function. When `true`, the build step is skipped and you should see a message printed to the terminal `Skipping build of: "function name"`.
6363
64-
This value is set as a boolean.
64+
This an optional boolean field, set to `false` by default.
6565

6666
#### Function: Build Options
6767

0 commit comments

Comments
 (0)