diff --git a/.vscode/ripcrypt.html-data.json b/.vscode/ripcrypt.html-data.json
index 0287bb8..628a94a 100644
--- a/.vscode/ripcrypt.html-data.json
+++ b/.vscode/ripcrypt.html-data.json
@@ -5,7 +5,7 @@
"name": "rc-icon",
"description": "Loads an icon asynchronously, caching the result for future uses",
"attributes": [
- { "name": "name", "description": "The name of the icon, this is relative to the assets folder of the dotdungeon system" },
+ { "name": "name", "description": "The name of the icon, this is relative to the assets folder of the system" },
{ "name": "path", "description": "The full path of the icon, this will only be used if `name` isn't provided or fails to fetch." },
{ "name": "var:size", "description": "The size of the icon, must be a valid CSS unit" },
{ "name": "var:fill", "description": "The fill of the icon, must be a valid CSS colour" },
@@ -18,7 +18,7 @@
"name": "rc-svg",
"description": "Loads an icon asynchronously, caching the result for future uses",
"attributes": [
- { "name": "name", "description": "The name of the icon, this is relative to the assets folder of the dotdungeon system" },
+ { "name": "name", "description": "The name of the icon, this is relative to the assets folder of the system" },
{ "name": "path", "description": "The full path of the icon, this will only be used if `name` isn't provided or fails to fetch." },
{ "name": "var:size", "description": "The size of the icon, must be a valid CSS unit" },
{ "name": "var:fill", "description": "The fill of the icon, must be a valid CSS colour" },