Skip to content

Commit 3dd282d

Browse files
authored
Update dx.md
1 parent e3d0f5f commit 3dd282d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/technical/dx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ A common frustration in frontend development is caching — especially with BSP
223223

224224
##### Develop in Any IDE
225225

226-
There's often debate about which IDE to use — but why not let everyone choose the tool they prefer? abap2UI5 apps are developed entirely in ABAP. You can work in ADT, rely on the time-tested SE80, or even explore integration with VS Code:
227-
- No additional setup required — works in any IDE
226+
There's often debate about which IDE to use — but why not let everyone choose the tool they prefer? abap2UI5 apps are developed entirely in ABAP. You can work in ADT, SE80, or even explore integration with VS Code:
227+
- No additional setup required — works in any IDE
228228
- Ideal for teams with different tooling preferences
229229

230230
##### Pure ABAP Debugging
@@ -235,7 +235,7 @@ Frontend-heavy applications often require switching between browser dev tools, J
235235

236236
##### Easy Code Sharing
237237

238-
Sharing your apps or code is simple. Since abap2UI5 apps are standard ABAP classes, they can be shared via abapGit or even copy-pasted:
238+
Sharing your apps or code is simple. Since abap2UI5 apps are standard ABAP classes, they can be shared via abapGit, transports or even copy-pasted:
239239
- Easy to clone and test other apps
240240
- Great for collaboration and code reviews
241241
- Encourages modular, reusable components

0 commit comments

Comments
 (0)