Skip to content

Commit

Permalink
Fix docs spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-leech committed Sep 26, 2024
1 parent c40f299 commit 7267572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/workspace/_workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 7267572

Please sign in to comment.