We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6d49e commit e27517bCopy full SHA for e27517b
site/book/08-package-orchestration/04-package-authoring.md
@@ -165,7 +165,7 @@ deployments-c32b851b591b860efda29ba0e006725c8c1f7764 new-package v1
165
```
166
167
Copy the existing, **`Published`** package revision to create a **`Draft`** of
168
-a new package revision that you can furthe customize:
+a new package revision that you can further customize:
169
170
```sh
171
# Copy the published package:
@@ -237,7 +237,7 @@ labels to all resources in the package. Add the following mutator to the
237
fruit: apple
238
239
240
-The while `pipeline` section now looks like this:
+The whole `pipeline` section now looks like this:
241
242
```yaml
243
pipeline:
0 commit comments