Skip to content

Commit dd08876

Browse files
authored
Update hello_world.md
1 parent cff0f71 commit dd08876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/hello_world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
6262
client->view_display( z2ui5_cl_xml_view=>factory(
6363
)->page( |abap2UI5 - Hello World|
6464
)->text( |My Text|
65-
)->button( text = 'post' press = client->_event( |POST| )
65+
)->button( text = |post| press = client->_event( |POST| )
6666
)->stringify( ) ).
6767
6868
CASE client->get( )-event.

0 commit comments

Comments
 (0)