Skip to content

Commit b513124

Browse files
committed
fix: replace "most common tasks" with "most frequent tasks" in DX ALV intro
https://claude.ai/code/session_01M6YRViV1SVqE9DoZwXMbbd
1 parent a1f6c43 commit b513124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/technical/dx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can also test code changes right away — reload the page, enter input, and
8989

9090
### ALV-Style Table Output in the Browser
9191

92-
Table output is one of the most common tasks for ABAP developers, and ALV is the go-to tool here. `CL_SALV_TABLE` makes building tabular output simple:
92+
Table output is one of the most frequent tasks for ABAP developers, and ALV is the go-to tool here. `CL_SALV_TABLE` makes building tabular output simple:
9393

9494
```abap
9595
REPORT zre_app_alv.

0 commit comments

Comments
 (0)