SAP-samples/ui5-typescript-walkthrough

Missing word and incorrect formatting - Step 16

HerzogIgzorn opened this issue · 0 comments

It is a good practice to set a unique ID like `helloWorldButton` to key controls of your app so that can be identified easily. If the attribute \`id\` is not specified, the OpenUI5 runtime generates unique but changing ID like \`\_\_button23\` for the control. Inspect the DOM elements of your app in the browser to see the difference.

... so that they can be identified easily.


If the attribute `id` is not specified...

should be

If the attribute id is not specified...


... generates unique but changing ID like `__button23` for the control.

should be

... generates unique but changing IDs like __button23 for the control.