Skip to content

Commit 97f2668

Browse files
authored
fix(steps/09/README.md): Correct term ComponentContainer and add missing convention
1 parent f304d61 commit 97f2668

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

steps/09/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ We take out the creation of the view and create a new `ComponentContainer` inste
129129

130130
- For better loading performance, we set the `async` property to "true". This allows the component and its dependencies to load in the background without blocking other parts of the application.
131131

132-
Finally, we position our newly created ComponentController control within the HTML element with the id `content`.
132+
Finally, we position our newly created `ComponentContainer` control within the HTML element with the id `content`.
133133

134134
```ts
135135
import ComponentContainer from "sap/ui/core/ComponentContainer";
@@ -153,6 +153,8 @@ new ComponentContainer({
153153

154154
- Together with all UI assets of the app, the component is located in the `webapp` folder.
155155

156+
- The `index.html` file is located in the `webapp` folder if it is used productively.
157+
156158
 
157159

158160
***

0 commit comments

Comments
 (0)