diff --git a/config.ld b/config.ld index 76adf51..0d8dedc 100644 --- a/config.ld +++ b/config.ld @@ -59,7 +59,7 @@ new_type("information", "Information", true) new_type("library", "Libraries", true) new_type("hooks", "Hooks", true) new_type("meta", "Meta", true) -new_type("configurations", "Configurations", true) +new_type("configuration", "Configurations", true) new_type("structures", "Structures", true) new_type("store", "Store", true) tparam_alias("inventory", "Inventory")