Skip to content

Commit b0fb9fa

Browse files
committed
fix: spelling
1 parent e8c574c commit b0fb9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/adventure/minimessage/specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88
---
99

1010
This document outlines the MiniMessage format in detail to aid developers who wish to implement their own MiniMessage
11-
parser from scratch or understand the internal processes happening during the parsing of MiniMesssage formatted strings.
11+
parser from scratch or understand the internal processes happening during the parsing of MiniMessage formatted strings.
1212

1313
The keywords “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”,
1414
“MAY”, and “OPTIONAL” in this document are to be interpreted as described in
@@ -123,7 +123,7 @@ Here is an example for valid valued named arguments:
123123
And example for invalid valued named arguments:
124124

125125
```mm
126-
<birbtag vöglein=papagei Colour=red and blue>
126+
<birbtag vöglein=papagei Color=red and blue>
127127
```
128128

129129
:::note

0 commit comments

Comments
 (0)