fixed typo authored by Lxlp's avatar Lxlp
...@@ -291,7 +291,7 @@ This makes display names like `Display: "Hello\nWorld!"` be displayed on two sep ...@@ -291,7 +291,7 @@ This makes display names like `Display: "Hello\nWorld!"` be displayed on two sep
```yaml ```yaml
ExampleMob: ExampleMob:
Type: PIG Type: PIG
Display: "Hello\nWorld! Display: "Hello\nWorld!"
Nameplate: Nameplate:
Enabled: true Enabled: true
``` ```
... ...
......