Skip to content

Commit 6cdabb6

Browse files
authored
Merge pull request #4 from qmacro/patch-3
fix minor typos in ex.3
2 parents 7352ea7 + 867790c commit 6cdabb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/ex3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ define view entity Z_C_BookingSupplement_U_XXX
16401640

16411641
## Exercise 3.4 Create the Metadata Extensions
16421642

1643-
After completing these steps you will have created the Metadata Extensions. The Metadata Extensions are meant to seperate the UI specific annotations from the rest of the data model. This makes for much cleaner code.
1643+
After completing these steps you will have created the Metadata Extensions. The Metadata Extensions are meant to separate the UI specific annotations from the rest of the data model. This makes for much cleaner code.
16441644

16451645
1. Right-click on the Z_C_TRAVEL_U_XXX CDS artifact and choose “New Metadata Extension“.
16461646
<br>![](/exercises/ex3/images/03_04_0010.png)
@@ -1855,7 +1855,7 @@ After completing these steps you will have created the Behavior Definition Proje
18551855

18561856
## Exercise 3.6 Create the Service Definition and Service Binding
18571857

1858-
After completing these steps you will have created the Service Definition which exposes the Projection Views, and the Service Binding which binds the Service Definition to a specific protocal and usage.
1858+
After completing these steps you will have created the Service Definition which exposes the Projection Views, and the Service Binding which binds the Service Definition to a specific protocol and usage.
18591859

18601860
1. Select the Z_C_TRAVEL_U_XXX CDS artifact and right-click and choose “New Service Definition“.
18611861
<br>![](/exercises/ex3/images/03_06_0010.png)
@@ -1876,7 +1876,7 @@ define service Z_SD_C_TRAVEL_U_XXX {
18761876
}
18771877
18781878
```
1879-
5. Save and activation your work.
1879+
5. Save and activate your work.
18801880
<br>![](/exercises/ex3/images/03_06_0050.png)
18811881

18821882
6. Go to the sevice definition folder and right-click on your service definnition and choose “New Service Binding“.

0 commit comments

Comments
 (0)