raml-org / raml-spec

RAML Specification
http://raml.org
3.87k stars 858 forks source link

Minor issues in RAML 1.0 doc #753

Closed davidmichaelkarr closed 3 years ago

davidmichaelkarr commented 3 years ago

In the following sentence in the "Resource Types and Traits" section:

Traits are related to methods through a mixing pattern.

Change "mixing" to "mixin".

In the following statement in the section "Resource Type and Trait Parameters":

For example, applying a resource type or trait to a root-level resource /bom/{itemId}{ext} sets the value of resourcePathName and resourcePath parameters to "/bom/{itemId}" and "bom", respectively.

Reverse either "resourcePathName" and "resourcePath" or the two corresponding values.

jstoiko commented 3 years ago

Thanks for this @davidmichaelkarr!

Fixed the first typo you mentioned and included in #748 as part of the RAML 1.0.1 patch we'll be releasing. The second one had already been reported.