Skip to content

Commit 6b2d4ab

Browse files
authored
Update hello_world.md
1 parent 032539a commit 6b2d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/hello_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENDCLASS.
4646
```
4747

4848
### Event Handler
49-
Next, we extend the app with a button and an event:
49+
Next, we extend the app with a button and an event handler. To ensure that the view is only rendered at the start, we also check for the `on_init` event:
5050
```abap
5151
CLASS z2ui5_cl_app_hello_world DEFINITION PUBLIC.
5252

0 commit comments

Comments
 (0)