diff --git a/cspell.json b/cspell.json index 6d4db6df..b6fe149e 100644 --- a/cspell.json +++ b/cspell.json @@ -131,6 +131,7 @@ "hte", "reccomend", "outselves", - "favortied" + "favortied", + "destory" ] } diff --git a/modules/ROOT/pages/Development/Satisfactory/AbstractInstance.adoc b/modules/ROOT/pages/Development/Satisfactory/AbstractInstance.adoc index c201fafc..d9f70f67 100644 --- a/modules/ROOT/pages/Development/Satisfactory/AbstractInstance.adoc +++ b/modules/ROOT/pages/Development/Satisfactory/AbstractInstance.adoc @@ -101,7 +101,7 @@ AMyModActor::CreateInstanceFromMesh(UStaticMesh* Mesh) { } ``` -=== Destory Abstract Instances at Runtime +=== Destroy Abstract Instances at Runtime ```cpp static void RemoveInstances( UObject* WorldContext, TArray& Handles, bool bEmptyHandleArray = true );