Skip to content

Commit a7f01b3

Browse files
Danil Grigorevfurkatgofurov7
andauthored
Spelling fixes
Co-authored-by: Furkat Gofurov <[email protected]>
1 parent 98e1d4c commit a7f01b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/book/src/03_topics/02_configuration/01_air-gapped-environtment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When working with metadata and component files within OCI artifacts, the files s
6767
- Typed: `fmt.Sprintf("%s-components.yaml", p.GetType())`, Example: `infrastructure-components.yaml`
6868
- Versioned: `fmt.Sprintf("%s-%s-%s-components.yaml", p.GetType(), p.GetName(), p.GetSpec().Version)`, Example: `infrastructure-azure-v1.9.3-components.yaml`
6969

70-
Versioned files allow to use single image for hosting multiple provider manifests and versions simulaniously, without overlapping each other.
70+
Versioned files allow to use single image for hosting multiple provider manifests and versions simultaneously, without overlapping each other.
7171

7272
Typed allow to store multiple provider types inside single image, which is needed for example for `bootstrap` and `control-plane` providers.
7373

docs/book/src/03_topics/03_plugin/02_preload_subcommand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
The `preload` subcommand allows users to preload provider `ConfigMaps` into a management cluster from an OCI (Open Container Initiative) artifact, known provider source, or URL override. User can supply any number of provider stings or discover and use existing provider manifests from the cluster.
5+
The `preload` subcommand allows users to preload provider `ConfigMaps` into a management cluster from an OCI (Open Container Initiative) artifact, known provider source, or URL override. Users can supply any number of provider stings or discover and use existing provider manifests from the cluster.
66

77
## Command Syntax
88
The basic syntax for using the `preload` command is:

0 commit comments

Comments
 (0)