diff --git a/src/commands/plugins.js b/src/commands/plugins.js index 38716b5..7a68cb5 100644 --- a/src/commands/plugins.js +++ b/src/commands/plugins.js @@ -27,7 +27,7 @@ export async function plugins() { } /** - * @param {string} url + * @param {string} url * @returns File */ async function download(url) { diff --git a/src/utilities/create.js b/src/utilities/create.js index 53eee38..703f604 100644 --- a/src/utilities/create.js +++ b/src/utilities/create.js @@ -7,7 +7,6 @@ const templates = new URL('./templates/', root); const extraURL = new URL('./extra/', templates); const extraFolder = fileURLToPath(extraURL); - /** * It creates a file with the name `name.lang.sern` in the `location` directory * @param {string} name - The name of the file.