xmlui 0.8.2 → 0.8.3

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.
@@ -690,8 +690,8 @@ declare type FontDef = {
690
690
  */
691
691
  fontFamily: string;
692
692
  /**
693
- * A font-style value. Accepts two values to specify a range that is supported by a font-face,
694
- * for example `font-style: oblique 20deg 50deg`
693
+ * A fontStyle value. Accepts two values to specify a range that is supported by a font-face,
694
+ * for example `fontStyle: oblique 20deg 50deg`
695
695
  */
696
696
  fontStyle?: string;
697
697
  /**