diff options
-rw-r--r-- | doc/concepts/doc-strings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/doc-strings.md b/doc/concepts/doc-strings.md index 05de6c94..ed4ee84b 100644 --- a/doc/concepts/doc-strings.md +++ b/doc/concepts/doc-strings.md @@ -125,7 +125,7 @@ Export targets As export targets play the role of interfaces between repositories, it is important that they be documented as well. Again, export targets are -described as a JSON object with fixed set of keys amd we use the keys +described as a JSON object with fixed set of keys and we use the keys `"doc"` and `"config_doc"` for documentation. Here `"doc"` is an array of strings describing the targeted in general and `"config_doc"` is a map from (some of) the variables of the `"flexible_config"` to an array of |