mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
docs(typo): fix typo in view/index.ios.ts (#9926)
overriden -> overridden
This commit is contained in:
@ -910,7 +910,7 @@ export class CustomLayoutView extends ContainerView {
|
||||
}
|
||||
|
||||
public onMeasure(widthMeasureSpec: number, heightMeasureSpec: number): void {
|
||||
// Don't call super because it will set MeasureDimension. This method must be overriden and calculate its measuredDimensions.
|
||||
// Don't call super because it will set MeasureDimension. This method must be overridden and calculate its measuredDimensions.
|
||||
}
|
||||
|
||||
public _addViewToNativeVisualTree(child: View, atIndex: number): boolean {
|
||||
|
Reference in New Issue
Block a user