Skip to content

Commit 72246d6

Browse files
izeyejoshiste
authored andcommitted
Polish doc
1 parent 137e283 commit 72246d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-boot-admin-docs/src/main/asciidoc/client.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ spring.boot.admin.password
8383

8484
| spring.boot.admin.period
8585
| Interval for repeating the registration (in ms).
86-
| `10.000`
86+
| `10,000`
8787

88-
| spring.boot.admin.connectTimeout
88+
| spring.boot.admin.connect-timeout
8989
| Connect timeout for the registration (in ms).
90-
| `5.000`
90+
| `5,000`
9191

92-
| spring.boot.admin.readTimeout
92+
| spring.boot.admin.read-timeout
9393
| Read timeout for the registration (in ms).
94-
| `5.000`
94+
| `5,000`
9595

9696
| spring.boot.admin.auto-registration
9797
| If set to true the periodic task to register the application is automatically scheduled after the application is ready.

spring-boot-admin-docs/src/main/asciidoc/server-notifications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class NotifierConfiguration {
7373
<1> Add the `FilteringNotifier` bean using a delegate (e.g. `MailNotifier` when configured)
7474
<2> Add the `RemindingNotifier` as primary bean using the `FilteringNotifier` as delegate.
7575

76-
TIP: This examples combines the reminding and filtering notifiers. This allows you to get notifications after the deployed applications hasn't restarted in a certain amount of time (until the filter expires).
76+
TIP: This example combines the reminding and filtering notifiers. This allows you to get notifications after the deployed application hasn't restarted in a certain amount of time (until the filter expires).
7777

7878
[[mail-notifications]]
7979
==== Mail notifications ====

0 commit comments

Comments
 (0)