Skip to content

Commit 942d4d7

Browse files
committed
cosmetics
1 parent 78b9a26 commit 942d4d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tutorials/add-authorization/add-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CAP offers a possibility to add local users for testing as part of the `cds` con
9797
9898
The code creates the `cds.requires` section that didn't exist so far in the **package.json** file. Also, the code defines which configuration to use when running with the `[development]` profile. You define some general parameters for the authentication behavior. Notice that the users object is empty, in the next step, you will define some test users.
9999
100-
3. In the **package.json** file, replace the empty `users` object with the `user` object from following code:
100+
3. In the **package.json** file, replace the empty `users` object with the `users` object from following code:
101101
102102
```json
103103
"cds": {

tutorials/add-fiori-elements-uis/add-fiori-elements-uis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To learn more about each of these points, see [Why Use SAP Fiori Elements?](http
7373

7474
- In the **Main entity** dropdown menu, select **Incidents**.
7575

76-
- Leave the **Navigation entity** value as **none**, and then select **Yes** to add table columns automatically.
76+
- Leave the **Navigation entity** value as **None**, and then select **Yes** to add table columns automatically.
7777

7878
- In the **Table Type** dropdown menu, select **Responsive**.
7979

@@ -91,7 +91,7 @@ To learn more about each of these points, see [Why Use SAP Fiori Elements?](http
9191

9292
- Leave the default values for all the other settings and choose **Finish**.
9393

94-
<!-- border; size:540px --> ![Project names](./vscrfeapp.png)
94+
<!-- border; size:540px --> ![Project names](./vscrfeapp.jpg)
9595

9696
The application is now generated and in a few seconds you can see the application's **incidents** folder in the **app** folder of your **incident-management** project. It contains a **webapp** folder with a **Component.js** file that is typical for an SAPUI5 application. However, the source code of this application is minimal. It inherits its logic from the **sap/fe/core/AppComponent** class. This class is managed centrally by SAP Fiori elements and provides all the services that are required (routing, edit flow) so that the building blocks and the templates work properly.
9797

152 KB
Loading

0 commit comments

Comments
 (0)