diff --git a/module/data/fields/action/targetField.mjs b/module/data/fields/action/targetField.mjs index 3cfb5bb6..486e818d 100644 --- a/module/data/fields/action/targetField.mjs +++ b/module/data/fields/action/targetField.mjs @@ -72,7 +72,7 @@ export default class TargetField extends fields.SchemaField { /** * Format actor to useful datas for Action roll workflow. - * @param {*} token Actor object to format. + * @param {*} token Token object to format. * @returns {*} Formatted Actor. */ static formatTarget(token) {