From aea6bacfbcae3dfb8ffc05e230ceb313fc932570 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 18 May 2022 20:37:16 -0400 Subject: [PATCH] Fix update_existing.md `childrenToDestroy` --- docs/content/pages/tutorials/update_existing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/pages/tutorials/update_existing.md b/docs/content/pages/tutorials/update_existing.md index 871dfc65..7e67ea0a 100644 --- a/docs/content/pages/tutorials/update_existing.md +++ b/docs/content/pages/tutorials/update_existing.md @@ -13,7 +13,7 @@ You can also delete parts of an existing planet. Here's part of an example confi ```json { "name": "Ember Twin", - "childrenToDestroy": [ + "removeChildren": [ "SandSphere_Rising" ] }