monkey-front-core 0.0.513 → 0.0.514

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -934,7 +934,7 @@ class DocumentRFCValidator {
934
934
  if (control && control.value) {
935
935
  if (!MonkeyEcxUtils.isValidRFC(control.value)) {
936
936
  return {
937
- invalidRut: true
937
+ invalidRfc: true
938
938
  };
939
939
  }
940
940
  }