From c734a46579525e1d5f610c96117e282bb2cace0e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 11 Aug 2023 22:49:34 +0100 Subject: [PATCH] typo --- .docs/specs/WorldEditAdditionsSchematic_v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/specs/WorldEditAdditionsSchematic_v1.md b/.docs/specs/WorldEditAdditionsSchematic_v1.md index 3643a0a..d401220 100644 --- a/.docs/specs/WorldEditAdditionsSchematic_v1.md +++ b/.docs/specs/WorldEditAdditionsSchematic_v1.md @@ -195,7 +195,7 @@ A specific example of a header JSON object is noted below. This example is prett ```json { "name": "A castle", - "description": "A grand fairy tale-style castle with multiple towers.", + "description": "A grand fairy-tale style castle with multiple towers.", "size": { "x": 50, "y": 25, "z": 75 }, "offset": { "x": 3, "y": 0, "z": 5 }, "type": "full",