Skip to content

Commit e7aec25

Browse files
authored
Merge pull request #126933 from changeworld/patch-8
Fix typo: configuraton -> configuration
2 parents 8b7eb7a + 8bee5ee commit e7aec25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cyclecloud/cluster-references/configuration-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Configuration object attributes behave like other objects, but are extended to p
1717
No quotes are necessary for strings or for boolean expressions, true or false.
1818

1919
``` ini
20-
[[[configuraton my-project]]]
20+
[[[configuration my-project]]]
2121
Attribute1 = Value1
2222
Attribute2 = Value2
2323
KeyAttribute3.Attribute3 = true
2424

25-
[[[configuraton cyclecloud.mounts.mount1]]]
25+
[[[configuration cyclecloud.mounts.mount1]]]
2626
Attribute1 = Value1
2727
```
2828

0 commit comments

Comments
 (0)