@skyux/forms 13.6.1 → 13.7.0

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.
@@ -504,9 +504,9 @@ const SKY_FORM_ERRORS_ENABLED = new InjectionToken('SKY_FORM_ERRORS_ENABLED');
504
504
 
505
505
  /**
506
506
  * Displays default and custom form field error messages for form field components.
507
- * Set `labelText` on the form field component to automatically display required,
507
+ * Set `labelText` on the `SkyInputBoxComponent` to automatically display required,
508
508
  * maximum length, minimum length, date, email, phone number, time, and URL errors.
509
- * To display custom errors, include sky-form-error elements in the form field component.
509
+ * To display custom errors, include `sky-form-error` elements in the `SkyInputBoxComponent`.
510
510
  */
511
511
  class SkyFormErrorComponent {
512
512
  get dataErrorName() {