Skip to content

Commit

Permalink
docs: fix wording
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Sep 7, 2021
1 parent 8afb5ea commit 717051d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion www/docs/customization/blob.md
Expand Up @@ -47,7 +47,7 @@ blobs:

# You can add extra pre-existing files to the release.
# The filename on the release will be the last part of the path (base). If
# another file with the same name exists, the latest one found will be used.
# another file with the same name exists, the last one found will be used.
# Defaults to empty.
extra_files:
- glob: ./path/to/file.txt
Expand Down
4 changes: 2 additions & 2 deletions www/docs/customization/checksum.md
Expand Up @@ -23,7 +23,7 @@ checksum:
# If left empty, all published binaries, archives, linux packages and source archives
# are included in the checksums file.
# Default is an empty list.
ids:
ids:
- foo
- bar

Expand All @@ -33,7 +33,7 @@ checksum:

# You can add extra pre-existing files to the checksums file.
# The filename on the checksums file will be the last part of the path (base). If
# another file with the same name exists, the latest one found will be used.
# another file with the same name exists, the last one found will be used.
# Defaults to empty.
extra_files:
- glob: ./path/to/file.txt
Expand Down
6 changes: 3 additions & 3 deletions www/docs/customization/release.md
Expand Up @@ -67,7 +67,7 @@ release:

# You can add extra pre-existing files to the release.
# The filename on the release will be the last part of the path (base). If
# another file with the same name exists, the latest one found will be used.
# another file with the same name exists, the last one found will be used.
# Defaults to empty.
extra_files:
- glob: ./path/to/file.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ release:

# You can add extra pre-existing files to the release.
# The filename on the release will be the last part of the path (base). If
# another file with the same name exists, the latest one found will be used.
# another file with the same name exists, the last one found will be used.
# Defaults to empty.
extra_files:
- glob: ./path/to/file.txt
Expand Down Expand Up @@ -153,7 +153,7 @@ release:

# You can add extra pre-existing files to the release.
# The filename on the release will be the last part of the path (base). If
# another file with the same name exists, the latest one found will be used.
# another file with the same name exists, the last one found will be used.
# Defaults to empty.
extra_files:
- glob: ./path/to/file.txt
Expand Down

1 comment on commit 717051d

@vercel
Copy link

@vercel vercel bot commented on 717051d Sep 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.