From 7267572aa64807e7f26562686c071ee7c5135627 Mon Sep 17 00:00:00 2001 From: Simon Leech <56163132+simon-leech@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:42:20 +0100 Subject: [PATCH] Fix docs spelling mistake --- mod/workspace/_workspace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/workspace/_workspace.js b/mod/workspace/_workspace.js index 4aca777954..ed80040fcc 100644 --- a/mod/workspace/_workspace.js +++ b/mod/workspace/_workspace.js @@ -370,7 +370,7 @@ Add template keys to test.used_templates Array. @param {Object} test The test config object. @property {Set} test.properties Set of properties to test ['template', 'templates', 'query'] @property {Set} test.unused_templates Set of templates not (yet) used. -@property {Arry} test.used_templates Array of template keys for each usage. +@property {Array} test.used_templates Array of template keys for each usage. */ function templateUse(obj, test) {