We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392d0b3 commit 8787762Copy full SHA for 8787762
docs/configuration/setup.md
@@ -4,7 +4,7 @@ outline: [2, 4]
4
5
# General
6
7
-abap2UI5 can be run with various custom configurations. The default setup can be invoked using the following call:
+abap2UI5 can be run with various custom configurations. The default setup can be invoked using the following call.
8
9
```abap
10
METHOD if_http_extension~handle_request.
@@ -71,7 +71,7 @@ You can read URL parameters using the following snippet:
71
72
METHOD z2ui5_if_app~main.
73
74
- DATA(lv_search) = client->get( )-s_config-search.s
+ DATA(lv_search) = client->get( )-s_config-search.
75
76
ENDMETHOD.
77
```
0 commit comments