diff --git a/versions/3.0.md b/versions/3.0.md index 66610d5c4f..55c355fe91 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -2295,7 +2295,7 @@ The Header Object follows the structure of the [Parameter Object](#parameterObje 1. `name` MUST NOT be specified, it is given in the [Headers Object](#headersObject). 1. `in` MUST NOT be specified, it is implicitly in `header`. -1. All traits that are affected by the location MUST follow the location of `header` (for example, [`style`](#parameterStyle)). +1. All traits that are affected by the location MUST be applicable to a location of `header` (for example, [`style`](#parameterStyle)). ##### Header Object Example