Skip to content

Commit 7f691c9

Browse files
authored
Merge pull request #188642 from mrm9084/AppConfigSpringFixCase
App Config Spring Fix Case
2 parents ae6f332 + bae3f96 commit 7f691c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-java-spring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Then, open the *pom.xml* file in a text editor and add a `<dependency>` for `azu
7272

7373
| Key | Value |
7474
|---|---|
75-
| Sentinel | 1 |
75+
| sentinel | 1 |
7676

7777
Leave **Label** and **Content Type** empty for now.
7878

@@ -103,7 +103,7 @@ Then, open the *pom.xml* file in a text editor and add a `<dependency>` for `azu
103103

104104
| Key | Value |
105105
|---|---|
106-
| Sentinel | 2 |
106+
| sentinel | 2 |
107107

108108
1. Refresh the browser page to see the new message displayed.
109109

0 commit comments

Comments
 (0)