Skip to content

Commit 651ccb9

Browse files
fix: grammar mistake (#682)
Corrected wording for clarity in documentation.
1 parent 30748ec commit 651ccb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ It also provides automatic support for argument placeholders, letting you use si
1717

1818
To start, create an implementation of the `MiniMessageTranslator` and register it to the `GlobalTranslator`.
1919
This can be done using `GlobalTranslator.translator().addSource(myMiniMessageTranslator)`.
20-
For an example of how to create your own `MiniMessageTranslator`, see the below code block.
20+
For an example of how to create your own `MiniMessageTranslator`, see the code
21+
block below.
2122

2223
```java
2324
public class MyMiniMessageTranslator extends MiniMessageTranslator {

0 commit comments

Comments
 (0)