From 19babe7dc811c3d8ad13d1bf8320a22d92ea75ee Mon Sep 17 00:00:00 2001 From: Matthias Kolley Date: Mon, 8 Apr 2024 15:03:24 +0200 Subject: [PATCH] Update step-3-controls-typescript-0feb70c.md fix typo in filepath for index.ts file --- docs/03_Get-Started/step-3-controls-typescript-0feb70c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03_Get-Started/step-3-controls-typescript-0feb70c.md b/docs/03_Get-Started/step-3-controls-typescript-0feb70c.md index 6c13e129..8bf381c1 100644 --- a/docs/03_Get-Started/step-3-controls-typescript-0feb70c.md +++ b/docs/03_Get-Started/step-3-controls-typescript-0feb70c.md @@ -39,7 +39,7 @@ This will install the type definitions for OpenUI5 and update the `package.json` -## webapp.index.ts +## webapp/index.ts We then make some changes to our `index.ts` file: We remove the `alert` method and instantiate an SAPUI5 `Text` control instead; its options are passed to the constructor with a TypeScript object. For our control we set the `text` property to the value “Hello World”.