Skip to content

Commit 6c14958

Browse files
authored
Merge pull request #52529 from liangxia/fix-typo
Fix typo
2 parents dc30371 + d44270f commit 6c14958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing_to_docs/doc_guidelines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ In the context of modules and assemblies, text snippets do not include headings
384384

385385
Example:
386386

387-
You could write the the following paragraph once and include it in each assembly that explains how to install a cluster using the installer-provisioned default values:
387+
You could write the following paragraph once and include it in each assembly that explains how to install a cluster using the installer-provisioned default values:
388388

389389
[source,text]
390390
----
@@ -565,7 +565,7 @@ as an OpenID Connect identity provider for OpenShift Container Platform.
565565
[id="conditionals-for-assemblies"]
566566
=== Conditionals for different assemblies
567567

568-
Use a combination of ifdef and ifeval statements to control content that needs to vary between assemblies. These conditional statements rely on a combination of the the context attribute for each assembly and specific temporary attributes within each module to control content.
568+
Use a combination of ifdef and ifeval statements to control content that needs to vary between assemblies. These conditional statements rely on a combination of the context attribute for each assembly and specific temporary attributes within each module to control content.
569569

570570
The following sample shows a simple example. In the assembly that contains the `context` attribute `updating-restricted-network-cluster`, an extra paragraph is displayed.
571571

0 commit comments

Comments
 (0)