Skip to content

Commit 50bdcff

Browse files
committed
OpenUI5 Documentation Update 03.02.2024
1 parent e9d8395 commit 50bdcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Best_Practices_for_Developers_28fcd55.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Implement strict error handling to address critical issues.
351351

352352
- Ensure a dependency on the renderer or embed it within the control class.
353353

354-
- Migrate to the rendering `apiVersion 2` or `apiVersion 4`.For more information, see the [API Reference](https://sdk.openui5.org/api/sap.ui.core.RenderManager%23overview) .
354+
- Migrate to the rendering `apiVersion 2` or `apiVersion 4`.For more information, see the [API Reference](https://sdk.openui5.org/api/sap.ui.core.RenderManager%23overview).
355355

356356
- When utilizing [`RenderManager#icon`](https://sdk.openui5.org/api/sap.ui.core.RenderManager%23methods/icon) during rendering, include a dependency to `sap/ui/core/IconPool` in your code.
357357

@@ -383,7 +383,7 @@ Implement strict error handling to address critical issues.
383383
384384
- Define the `appData/manifest/i18n` section in the `.library` file or the `sap.app/i18n` section in the `manifest.json`, so that the framework can load resource bundles in advance.
385385
386-
- Properly define library dependencies in all places where it is required. For more information, see [Dependencies to Libraries](Descriptor_Dependencies_to_Libraries_and_Components_8521ad1.md#loio8521ad1955f340f9a6207d615c88d7fd__section_DEPLIB)
386+
- Properly define library dependencies in all places where it is required. For more information, see [Dependencies to Libraries](Descriptor_Dependencies_to_Libraries_and_Components_8521ad1.md#loio8521ad1955f340f9a6207d615c88d7fd__section_DEPLIB).
387387
388388
389389
**Additional Information:**

0 commit comments

Comments
 (0)