From 5b0b2bbc7aaec2a25665aabebb3df14c5169adcf Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 25 Jan 2016 17:26:57 +0200 Subject: [PATCH] Fix a typo, going to the documentation --- apps/tests/layouts/dock-layout-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tests/layouts/dock-layout-tests.ts b/apps/tests/layouts/dock-layout-tests.ts index df54a74d0..2b16bde1a 100644 --- a/apps/tests/layouts/dock-layout-tests.ts +++ b/apps/tests/layouts/dock-layout-tests.ts @@ -183,7 +183,7 @@ export class DockLayoutTest extends testModule.UITest { 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 { export function createTestCase(): DockLayoutTest { return new DockLayoutTest(); -} \ No newline at end of file +}