Skip to content

Commit 8787762

Browse files
authored
update
1 parent 392d0b3 commit 8787762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ outline: [2, 4]
44

55
# General
66

7-
abap2UI5 can be run with various custom configurations. The default setup can be invoked using the following call:
7+
abap2UI5 can be run with various custom configurations. The default setup can be invoked using the following call.
88

99
```abap
1010
METHOD if_http_extension~handle_request.
@@ -71,7 +71,7 @@ You can read URL parameters using the following snippet:
7171
```abap
7272
METHOD z2ui5_if_app~main.
7373
74-
DATA(lv_search) = client->get( )-s_config-search.s
74+
DATA(lv_search) = client->get( )-s_config-search.
7575
7676
ENDMETHOD.
7777
```

0 commit comments

Comments
 (0)