From 668ea0e1b12086eefc90c249500dcaca38bf3278 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 25 May 2023 21:13:39 +0100 Subject: [PATCH] chore: use nouns for leading word in function description tags (#30) --- scripts/license-checker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/license-checker.js b/scripts/license-checker.js index 6000d7f..fda1f0e 100644 --- a/scripts/license-checker.js +++ b/scripts/license-checker.js @@ -9,7 +9,7 @@ const path = require("upath"); /** * @author Frazer Smith - * @description Check licenses of all direct production dependencies to + * @description Checks licenses of all direct production dependencies to * ensure they are not copyleft. */ async function checkLicenses() {