Skip to content

Commit

Permalink
docs: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 1, 2022
1 parent 05b3fbd commit a05b776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/docs/customization/publishers.md
Expand Up @@ -24,7 +24,7 @@ publishers:

### Environment

Commands which are executed as custom publishers only inherit a subset of
Commands, which are executed as custom publishers only inherit a subset of
the system environment variables (unlike existing hooks) as a precaution to
avoid leaking sensitive data accidentally and provide better control of the
environment for each individual process where variable names may overlap
Expand All @@ -41,7 +41,7 @@ Environment variables that are kept:
- `PATH`


You can however use `.Env.NAME` templating syntax which enables
You can however use `.Env.NAME` templating syntax, which enables
more explicit inheritance.

```yaml
Expand Down Expand Up @@ -129,7 +129,7 @@ publishers:
name_template: file.txt # note that this only works if glob matches 1 file only
```

These settings should allow you to push your artifacts to any number of endpoints
These settings should allow you to push your artifacts to any number of endpoints,
which may require non-trivial authentication or has otherwise complex requirements.

!!! tip
Expand Down

0 comments on commit a05b776

Please sign in to comment.