Missing word and incorrect formatting - Step 16
HerzogIgzorn opened this issue · 0 comments
HerzogIgzorn commented
ui5-typescript-walkthrough/steps/16/README.md
Line 137 in fc32982
... 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.