diff --git a/ByteUpDown.md b/ByteUpDown.md index 0199eae..ec6d71c 100644 --- a/ByteUpDown.md +++ b/ByteUpDown.md @@ -33,20 +33,20 @@ You can provide a **Watermark** to show text in place of a NULL **Value**. | CultureInfo | Gets or sets the current CultureInfo. (Inherited from InputBase) | | DefaultValue | Gets or sets the value to use when the **Value** is null and an increment/decrement operation is performed. (Inherited from UpDownBase) | | DisplayDefaultValueOnEmptyText | Gets or sets if the defaultValue should be displayed when the Text is empty. (Inherited from UpDownBase) | -| FormatString | Gets or sets the dispaly format of the **Value**. | +| FormatString | Gets or sets the display format of the **Value**. | | Increment | Gets or sets the amount in which to increment the value. (Inherited from NumericUpDown) | | IsReadOnly | Gets or sets if the control is read only. (Inherited from InputBase) | | Maximum | Gets or sets the maximum allowed value. (Inherited from UpDownBase) | | Minimum | Gets or sets the minimum allowed value. (Inherited from UpDownBase) | | MouseWheelActiveTrigger | Gets or sets when the MouseWheel is active (Focused, FocusedMouseOver, MouseOver, Disabled). By default, FocusedMouseOver. (Inherited from UpDownBase) | | ParsingNumberStyle | Gets or sets the parsing style (AllowLeadingWhite, Float, AllowHexSpecifier, ...). By default, Any. (Inherited from CommonNumericUpDown) | -| ShowButtonSpinner | Gets or sets if the ButtonSpinners are visibles. (Inherited from UpDownBase) | -| Text | Gets or sets the formated string representation of the value. (Inherited from InputBase) | +| ShowButtonSpinner | Gets or sets if the ButtonSpinners are visible. (Inherited from UpDownBase) | +| Text | Gets or sets the formatted string representation of the value. (Inherited from InputBase) | | TextAlignment | Gets or sets the alignment of the **Text** (Left, Right, Center, Justify). By default, Left. (Inherited from InputBase) | | UpdateValueOnEnterKey | Gets or sets a value indicating whether the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus). (Inherited from UpDownBase) | | Value | Gets or sets the numeric value. (Inherited from UpDownBase) | | Watermark | Gets or sets the object to use as a watermark if the **Value** is null. (Inherited from InputBase) | -| WatermarkTemplate| Gets or sets the DatTemplate to use for the **Watermark**. (Inherited from InputBase) | +| WatermarkTemplate| Gets or sets the DataTemplate to use for the **Watermark**. (Inherited from InputBase) | ### Events | Event | Description |