diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index db0a8d3..e1655a4 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -7,8 +7,8 @@
"vscode": {
"settings": {
"remote.autoForwardPorts": false,
- "remote.localPortHost": "allInterfaces"
- }
+ "remote.localPortHost": "allInterfaces",
+ },
},
"extensions": [
"editorconfig.editorconfig",
@@ -17,8 +17,8 @@
"davidanson.vscode-markdownlint",
"bradlc.vscode-tailwindcss",
"mikestead.dotenv",
- "ms-azuretools.vscode-docker"
- ]
+ "ms-azuretools.vscode-docker",
+ ],
},
- "remoteUser": "node"
+ "remoteUser": "node",
}
diff --git a/i18n/translations/en-US/home.json b/i18n/translations/en-US/home.json
index 993cff6..83bedbb 100644
--- a/i18n/translations/en-US/home.json
+++ b/i18n/translations/en-US/home.json
@@ -18,7 +18,7 @@
},
{
"title": "Open-Source Enthusiast",
- "description": "I value the sharing of knowledge and collaboration to collectively resolve problems.
The source of the website is available on GitHub.",
+ "description": "I value the sharing of knowledge and collaboration to collectively resolve problems.
The source code of the website is available on GitHub.",
"id": "open-source"
}
]