Skip to content

Commit

Permalink
fix(site): minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: sahil <sahilraja242@gmail.com>
  • Loading branch information
rajaSahil committed Dec 8, 2023
1 parent 2d6d49e commit e27517b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/book/08-package-orchestration/04-package-authoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ deployments-c32b851b591b860efda29ba0e006725c8c1f7764 new-package v1
```

Copy the existing, **`Published`** package revision to create a **`Draft`** of
a new package revision that you can furthe customize:
a new package revision that you can further customize:

```sh
# Copy the published package:
Expand Down Expand Up @@ -237,7 +237,7 @@ labels to all resources in the package. Add the following mutator to the
fruit: apple
```

The while `pipeline` section now looks like this:
The whole `pipeline` section now looks like this:

```yaml
pipeline:
Expand Down

0 comments on commit e27517b

Please sign in to comment.