Skip to content

Commit 23a57e8

Browse files
committed
fix typo
1 parent e33c571 commit 23a57e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/add-authorization/add-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The authorization checks that you added to the CAP model apply not only when dep
146146
</dependency>
147147
```
148148
149-
2. Now, we can add the mock users to the application's configuration. As with any other Spring Boot application, the configuration can be done in the application's **application.yaml** file. In our case, it is the file **srv/src/main/resources/application.yaml**. Add the following content to this file::
149+
2. Now, we can add the mock users to the application's configuration. As with any other Spring Boot application, the configuration can be done in the application's **application.yaml** file. In our case, it is the file **srv/src/main/resources/application.yaml**. Add the following content to this file:
150150
```yaml
151151
cds:
152152
security:

0 commit comments

Comments
 (0)