Skip to content

Commit deaca2e

Browse files
committed
style: fix punctuation
1 parent ce9341b commit deaca2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sdk/examples.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@ This example upgrades the given release, with the given chart, version and value
3636

3737
### Uninstall Action
3838

39-
This example uninstalls the given release
39+
This example uninstalls the given release:
4040

4141
<CodeBlock language="go" title="sdkexamples/uninstall.go" showLineNumbers>{UninstallExampleGo}</CodeBlock>
4242

4343
### List Action
4444

45-
This example lists all released charts (in the currently configured namespace)
45+
This example lists all released charts (in the currently configured namespace):
4646

4747
<CodeBlock language="go" title="sdkexamples/list.go" showLineNumbers>{ListExampleGo}</CodeBlock>
4848

4949
### Pull Action
5050

51-
This example pulls a chart from an OCI repository
51+
This example pulls a chart from an OCI repository:
5252

5353
<CodeBlock language="go" title="sdkexamples/pull.go" showLineNumbers>{PullExampleGo}</CodeBlock>
5454

5555
## Driver
5656

57-
The driver here shows the necessary auxiliary functions needed for the Helm SDK actions to function. And shows the above examples in action, to pull, install, update, and uninstall the 'podinfo' chart from an OCI repository.
57+
The driver here shows the necessary auxiliary functions needed for the Helm SDK actions to function. And shows the above examples in action, to pull, install, update, and uninstall the 'podinfo' chart from an OCI repository:
5858

5959
<CodeBlock language="go" title="sdkexamples/main.go" showLineNumbers>{MainExampleGo}</CodeBlock>

0 commit comments

Comments
 (0)