Skip to content

Commit 881d008

Browse files
authored
[editorial] spec > config > readme copyedit (#5048)
Reworks phase ending to avoid whitespace/newline after an opening parentheses `(`
1 parent e6284fc commit 881d008

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specification/configuration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ All other configuration mechanisms SHOULD be built on top of this interface.
2121
An example of this programmatic interface is accepting a well-defined
2222
struct on an SDK builder class. From that, one could build a CLI that accepts a
2323
file (YAML, JSON, TOML, ...) and then transforms into that well-defined struct
24-
consumable by the programmatic interface (
25-
see [declarative configuration](#declarative-configuration)).
24+
consumable by the programmatic interface. See
25+
[declarative configuration](#declarative-configuration).
2626

2727
### Environment variables
2828

0 commit comments

Comments
 (0)