diff --git a/packages/apidom-ls/src/config/openapi/parameter/documentation.ts b/packages/apidom-ls/src/config/openapi/parameter/documentation.ts index b4bb98c70d..dd1c1c2dc8 100644 --- a/packages/apidom-ls/src/config/openapi/parameter/documentation.ts +++ b/packages/apidom-ls/src/config/openapi/parameter/documentation.ts @@ -1,7 +1,7 @@ const documentation = [ { target: '$ref', - docs: '**REQUIRED**. The reference identifier. This MUST be in the form of a URI.', + docs: 'A reference to a Parameter.', }, { target: 'name',