Skip to content

Commit 3f94ef0

Browse files
authored
Merge pull request #47 from abap2UI5/claude/fix-bugs-typos-emRn3
Fix documentation formatting and grammar issues
2 parents fa75ddd + e5d4ef1 commit 3f94ef0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development/popups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you need to manage a stack of multiple popups, remember that abap2UI5 display
8686

8787
### Popover
8888
To display a popover, use the method `client->popover_display` and specify the ID of the control where you want the popover to appear:
89-
```abap
89+
```abap
9090
METHOD z2ui5_if_app~main.
9191
9292
IF client->check_on_init( ).

docs/technical/how_it_all_works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ In the current approach, they are separated from the view and created using addi
272272

273273
Actual Approach - extra methods for the event and binding
274274

275-
This is a difference from many other UI rendering processes, where data and UI are usually imported together. Separating them here simplifies the view creation process, avoids data redundancies, and prevent the framework from becoming messy. The current approach has fewer lines of code than the first approach that only focused on selection screens, because the entire view creation process is clearly separated from the rest now and kept outside of the framework.
275+
This is a difference from many other UI rendering processes, where data and UI are usually imported together. Separating them here simplifies the view creation process, avoids data redundancies, and prevents the framework from becoming messy. The current approach has fewer lines of code than the first approach that only focused on selection screens, because the entire view creation process is clearly separated from the rest now and kept outside of the framework.
276276

277277
##### 22. "Over the Wire" sending JS, HTML & CSS 
278278

0 commit comments

Comments
 (0)