From d337805993f891be5d398fd1d567aebfef65df4f Mon Sep 17 00:00:00 2001 From: Stanislav A Date: Fri, 11 Nov 2022 15:49:25 +0300 Subject: [PATCH] fix quotes --- scripts/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers.js b/scripts/helpers.js index 8e62584e..44265d04 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -33,7 +33,7 @@ const getFilesList = (relativeDirPath) => { /** * Returns parsed tags data which we use to describe the sources: - * - `@scriptlet`/'trustedScriptlet'/`@redirect` to describe the type and name of source; + * - `@scriptlet`/`trustedScriptlet`/`@redirect` to describe the type and name of source; * - `@description` actual description for scriptlet or redirect. * required comments from file. * In one file might be comments describing scriptlet and redirect as well.