chore: properly rename folder

This commit is contained in:
iCrawl
2023-11-08 00:43:37 +01:00
parent 347df4e083
commit 6b9f906b03
4 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ const Targets = {
*/
/**
* Contructs an object of known properties for a structure from an array of changes.
* Constructs an object of known properties for a structure from an array of changes.
* @param {AuditLogChange[]} changes The array of changes
* @param {Object} [initialData={}] The initial data passed to the function
* @returns {Object}