Fix a typo, going to the documentation

This commit is contained in:
Erjan Gavalji
2016-01-25 17:26:57 +02:00
parent 14c2e35730
commit 5b0b2bbc7a

View File

@@ -183,7 +183,7 @@ export class DockLayoutTest extends testModule.UITest<DockLayout> {
dockLayout.removeChild(btn);
// ```
// ## Setting the dock proeprty
// ## Setting the dock property
// ``` JavaScript
var btnDockedToRight = new button.Button();
dockModule.DockLayout.setDock(btnDockedToRight, enums.Dock.right);
@@ -203,4 +203,4 @@ export class DockLayoutTest extends testModule.UITest<DockLayout> {
export function createTestCase(): DockLayoutTest {
return new DockLayoutTest();
}
}