diff --git a/docs/apiops/6-supportingIndependentAPITeams/index.md b/docs/apiops/6-supportingIndependentAPITeams/index.md index cd9f5916..eb4c08f5 100644 --- a/docs/apiops/6-supportingIndependentAPITeams/index.md +++ b/docs/apiops/6-supportingIndependentAPITeams/index.md @@ -22,7 +22,7 @@ apiNames: - api2 ``` -Here are some rules to keep in minding when constructing your configuration.extractor.yaml file: +Here are some rules to keep in mind when constructing your configuration.extractor.yaml file: - A ``apiNames`` section which includes a bogus name (e.g. ignore) in configuration (``apiNames:[ignore]``) means no apis will be extracted. The reason we did not use an empty array instead to indicate ignoring an artifact has to do with the fact that an empty array doesn't work here is because of the way YAML configurations work with .NET configuration. Passing a field with an empty array is essentially the same not passing that field at all. - A missing ``apiNames`` section in configuration means all apis will be extracted.