Skip to content

Commit 0fe9629

Browse files
committed
Fix typos in README.md
1 parent 6b961b6 commit 0fe9629

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can learn a lot about how this plugin is used by browsing the [documentation
1313

1414
## Configuration
1515

16-
Important: this plugin assumes that your docker compose file is called `docker-compose.yml`. If your file is called diferently, make sure to set plugin's `config` option or - more generally - set the pipeline-level environment variable `COMPOSE_FILE` with the right value. This is due to the possible usage of a custom-named override files in some situations and can not be worked around due to limitations of docker's `-f` option.
16+
Important: this plugin assumes that your docker compose file is called `docker-compose.yml`. If your file is called differently, make sure to set plugin's `config` option or - more generally - set the pipeline-level environment variable `COMPOSE_FILE` with the right value. This is due to the possible usage of a custom-named override files in some situations and can not be worked around due to limitations of docker's `-f` option.
1717

1818
### Main Commands
1919

@@ -87,7 +87,7 @@ If you set this to `VALUE`, and `VALUE` is an environment variable containing a
8787

8888
Whether or not to automatically propagate all pipeline environment variables into the run container. Avoiding the need to be specified with environment.
8989

90-
**Important**: only pipeline environment variables will be propagated (what you see in the BuildKite UI, those listed in `$BUILDKITE_ENV_FILE`). This does not include variables exported in preceeding `environment` hooks. If you wish for those to be propagated you will need to list them specifically or use `env-propagation-list`.
90+
**Important**: only pipeline environment variables will be propagated (what you see in the Buildkite UI, those listed in `$BUILDKITE_ENV_FILE`). This does not include variables exported in preceding `environment` hooks. If you wish for those to be propagated you will need to list them specifically or use `env-propagation-list`.
9191

9292
#### `propagate-aws-auth-tokens` (run only, boolean)
9393

@@ -175,7 +175,7 @@ A number of times to retry failed docker pull. Defaults to 0.
175175

176176
#### `push-metadata` (push only, boolean)
177177

178-
Whether to set the metadata aboout the image for a service being pushed.
178+
Whether to set the metadata about the image for a service being pushed.
179179

180180
Default: `true`.
181181

0 commit comments

Comments
 (0)