diff --git a/docs/concepts/writing-config.md b/docs/concepts/writing-config.md index 5c8481f50f..2da72c19d3 100644 --- a/docs/concepts/writing-config.md +++ b/docs/concepts/writing-config.md @@ -22,7 +22,7 @@ There is no canonical mapping between protobufs and YAML; instead [protobuf defi - Proto `message`s map to JSON objects; in YAML objects are field names all at the same indentation level - YAML is whitespace sensitive and must use spaces; tabs are never allowed -### Proto `map` and `message` fields: +### `map` and `message` fields @@ -55,7 +55,7 @@ labels: *Note that when numeric literals are used as strings (like `value` above) they must be enclosed in quotes. Quotation marks (`"`) are optional for normal strings.* -### Proto `repeated` fields: +### `repeated` fields
@@ -96,7 +96,7 @@ metrics:
-### Proto `enum` fields: +### `enum` fields @@ -140,7 +140,7 @@ valueType: INT64 *Note that YAML parsing will handle both `snake_case` and `lowerCamelCase` field names. `lowerCamelCase` is the canonical version in YAML.* -### Proto with nested `message` fields: +### Nested `message` fields