Skip to content

Commit b24feee

Browse files
committed
Fixing a few spelling errors
1 parent a0bbbdd commit b24feee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ApiReference/ui/core/view/View.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ size is smaller than the size the view wants to be.
113113
- **scaleY** - _Number_.
114114
Gets or sets the scaleY affine transform of the view.
115115
- **originX** - _Number_.
116-
Gets or sets the X component of the origin point around which the view will be transformed. The deafault value is 0.5 representing the center of the view.
116+
Gets or sets the X component of the origin point around which the view will be transformed. The default value is 0.5 representing the center of the view.
117117
- **originY** - _Number_.
118-
Gets or sets the Y component of the origin point around which the view will be transformed. The deafault value is 0.5 representing the center of the view.
118+
Gets or sets the Y component of the origin point around which the view will be transformed. The default value is 0.5 representing the center of the view.
119119
- **rotate** - _Number_.
120120
Gets or sets the rotate affine transform of the view.
121121
- **isEnabled** - _Boolean_.

0 commit comments

Comments
 (0)