Skip to content

Commit 90acf5f

Browse files
authored
Merge pull request #1956 from megha1906/main
chore: fix typo in docs
2 parents 2fd8970 + 1a56e76 commit 90acf5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This section provides an overview of what's new in Helm 4, including breaking ch
1616
### Summary
1717

1818
- **New features**: Wasm-based plugins, kstatus watcher, OCI digest support, multi-doc values, JSON arguments
19-
- **Architecture changes**: Plugin system completely redesigned, package restructuring, CLI flag renaming Move to versioned packages, chart v3 support, content-based caching
19+
- **Architecture changes**: Plugin system completely redesigned, package restructuring, CLI flag renaming, move to versioned packages, chart v3 support, content-based caching
2020
- **Modernization**: slog migration, Go 1.24 update, dependency cleanup
2121
- **Security**: Enhanced OCI/registry support, TLS improvements
2222

2323
### Breaking Changes
2424

2525
#### Post-renderers implemented as plugins
26-
Post-renderers are implemented as plugins. With this change, it is no longer possible to pass an executable directly to `helm render --post-renderer`, but a plugin name must be passed. This might require updates to existing any post-renderer workflows.
26+
Post-renderers are implemented as plugins. With this change, it is no longer possible to pass an executable directly to `helm render --post-renderer`, but a plugin name must be passed. This might require updates to any existing post-renderer workflows.
2727

2828
#### Registry login does not accept full URLs
2929
The `helm registry login` command must be done with the domain name only in v4.

docs/sdk/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Examples
3-
description: Examples various features if the Helm SDK
3+
description: Examples of various features of the Helm SDK
44
sidebar_position: 2
55
---
66
import CodeBlock from '@theme/CodeBlock';

0 commit comments

Comments
 (0)