diff --git a/spec/asyncapi.md b/spec/asyncapi.md
index cdef79a2..47a0a47b 100644
--- a/spec/asyncapi.md
+++ b/spec/asyncapi.md
@@ -1244,7 +1244,7 @@ Field Name | Type | Description
payload | [Multi Format Schema Object](#multiFormatSchemaObject) | [Schema Object](#schemaObject) | [Reference Object](#referenceObject) | Definition of the message payload. If this is a [Schema Object](#schemaObject), then the `schemaFormat` will be assumed to be "application/vnd.aai.asyncapi+json;version=`asyncapi`" where the version is equal to the [AsyncAPI Version String](#A2SVersionString).
correlationId | [Correlation ID Object](#correlationIdObject) | [Reference Object](#referenceObject) | Definition of the correlation ID used for message tracing or matching.
contentType | `string` | The content type to use when encoding/decoding a message's payload. The value MUST be a specific media type (e.g. `application/json`). When omitted, the value MUST be the one specified on the [defaultContentType](#defaultContentTypeString) field.
-version | `string` | The version of the message.
+version | `string` | A version for the message.
name | `string` | A machine-friendly name for the message.
title | `string` | A human-friendly title for the message.
summary | `string` | A short summary of what the message is about.