Skip to content

Commit

Permalink
docs(rabbitmq): fix typo
Browse files Browse the repository at this point in the history
replace MINE type with MIME type
  • Loading branch information
BSchneppe authored Dec 15, 2023
1 parent 731113d commit aecf4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rabbitmq-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Type: _boolean_ | false | `false`

Type: _string_ | false | `#`

| [.no-hyphens]#*content-type-override*# | Override the content_type attribute of the incoming message, should be a valid MINE type
| [.no-hyphens]#*content-type-override*# | Override the content_type attribute of the incoming message, should be a valid MIME type

Check warning on line 717 in docs/src/main/asciidoc/rabbitmq-reference.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'content_type'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'content_type'?", "location": {"path": "docs/src/main/asciidoc/rabbitmq-reference.adoc", "range": {"start": {"line": 717, "column": 52}}}, "severity": "WARNING"}

Type: _string_ | false |

Expand Down

0 comments on commit aecf4a6

Please sign in to comment.