Skip to content

Commit

Permalink
Fix spelling of delimited
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
  • Loading branch information
Nick Adcock committed Mar 6, 2020
1 parent 720bee6 commit 34907f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Always attempt to pull a newer version of the image.

### `build_args`

Comma-delmited list of build-time variables.
Comma-delimited list of build-time variables.

Example:

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
required: false
default: false
build_args:
description: Comma-delmited list of build-time variables
description: Comma-delimited list of build-time variables
required: false
labels:
description: Comma-delimited list of labels to add to the built image
Expand Down

0 comments on commit 34907f0

Please sign in to comment.