@@ -29,7 +29,7 @@ Semantic Versioning 2.0] rules `1` to `8` and `11` restricted to the format
2929<MAJOR>.<MINOR>.<PATCH> for versions as follows:
3030
3131* Increment the **MAJOR** version when you make incompatible API changes
32- after having aligned this changes with consumers,
32+ after having aligned the changes with consumers,
3333* Increment the **MINOR** version when you add new functionality in a
3434backwards-compatible manner, and
3535* Optionally increment the **PATCH** version when you make
@@ -185,7 +185,7 @@ API Audience narrative (internal link)].
185185== {MUST-SHOULD} use functional naming schema
186186
187187Functional naming is a powerful, yet easy way to align global resources as
188- _host_, _permission_, and _event names_ within an the application landscape. It
188+ _host_, _permission_, and _event names_ within an application landscape. It
189189helps to preserve uniqueness of names while giving readers meaningful context
190190information about the addressed component. Besides, the most important aspect
191191is, that it allows to keep APIs stable in the case of technical and
@@ -257,6 +257,6 @@ and *only* allowed for hostnames of <<219, component-internal>> APIs:
257257
258258*Exception:* There are legacy hostnames used for APIs with `external-partner` audience
259259which may not follow this rule due to backward compatibility constraints.
260- The API Linter maintains a whitelist for this exceptions (including e.g.
260+ The API Linter maintains an allow-list for these exceptions (including e.g.
261261`api.merchants.zalando.com` and `api-sandbox.merchants.zalando.com`).
262262
0 commit comments