Specification: Fix "properties" typo in § 3.2.8

Change-Id: I07d12cc759224474bf631ae5ab50d5819fe60756
This commit is contained in:
Timo Tijhof 2019-01-01 16:59:07 -08:00
parent 079d17f313
commit d71bdf2f08

View file

@ -182,7 +182,7 @@ Consumers MAY provide user interfaces that restrict or simplify entering values
#### 3.2.8 `inherits`
* Value: `string`
The key of another parameter from which this parameter will inherit properites. Local properties will override the inherited properties.
The key of another parameter from which this parameter will inherit properties. Local properties will override the inherited properties.
Authors MUST ensure that the value matches the key of a `Param` object in `Root.params`.