Skip to content

Commit

Permalink
Update step-3-controls-typescript-0feb70c.md
Browse files Browse the repository at this point in the history
fix typo in filepath for index.ts file
  • Loading branch information
Naxos84 authored Apr 8, 2024
1 parent b601553 commit 19babe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03_Get-Started/step-3-controls-typescript-0feb70c.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This will install the type definitions for OpenUI5 and update the `package.json`

<a name="loio0feb70c39c5e4074893c294667b3f36b__section_rpg_y4q_nzb"/>

## 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”.

Expand Down

0 comments on commit 19babe7

Please sign in to comment.