Skip to content

Commit 70e30b4

Browse files
committed
docs: small README fixes
1 parent 7cc6350 commit 70e30b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

steps/01/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In our webapp folder, we create a new HTML file named `index.html` and copy the
5757

5858
### webapp/manifest.json \(New\)
5959

60-
The manifest file, also known as the "descriptor" or "app descriptor," serves as a crucial configuration file for applications, components, and libraries. Stored in the `webapp` folder, this file is read by OpenUI5 to instantiate a component.Although we haven't created a component yet (which is part of [Step 9: Component Configuration](../09/README.md)), we need to create the app descriptor now because the UI5 Tooling we intend to use for development also requires it.
60+
The manifest file, also known as the "descriptor" or "app descriptor," serves as a crucial configuration file for applications, components, and libraries. Stored in the `webapp` folder, this file is read by OpenUI5 to instantiate a component. Although we haven't created a component yet (which is part of [Step 9: Component Configuration](../09/README.md)), we need to create the app descriptor now because the UI5 Tooling we intend to use for development also requires it.
6161

6262
Hence, we create a new file called `manifest.json` in the webapp folder and define its essential attributes:
6363

steps/27/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ If we now open the `webapp/test/testsuite.qunit.html` file in the browser and se
200200

201201
- All unit tests are placed in the webapp/test/unit folder of the app.
202202

203-
- The default naming convention for the test suite is `testsuite.qunit.html` and `testsuite.qunit.js`. When adding additional test suites, the naming must follow the pattern `testsuite.<name>.qunit.html` / `testsuite.<name>.qunit.ts`.
203+
- The default naming convention for the test suite is `testsuite.qunit.html` and `testsuite.qunit.ts`. When adding additional test suites, the naming must follow the pattern `testsuite.<name>.qunit.html` / `testsuite.<name>.qunit.ts`.
204204

205205
- Test files referenced in the test suite end with `.qunit.ts`.
206206

0 commit comments

Comments
 (0)