We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65d6ae commit 2af5887Copy full SHA for 2af5887
content/en/docs/reference/encodings/kyaml.md
@@ -16,7 +16,7 @@ YAML’s reliance on indentation and implicit type coercion often leads to confi
16
17
### Basic Structure
18
19
-KYAML uses **flow style** syntax with `{}` for objects and `[]` for arrays. All string values must be **double-quoted**.
+KYAML uses *flow style* syntax with `{}` for objects and `[]` for arrays. All string values must be **double-quoted**.
20
21
```yaml
22
---
0 commit comments