You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-admin-docs/src/main/asciidoc/server-notifications.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ public class NotifierConfiguration {
73
73
<1> Add the `FilteringNotifier` bean using a delegate (e.g. `MailNotifier` when configured)
74
74
<2> Add the `RemindingNotifier` as primary bean using the `FilteringNotifier` as delegate.
75
75
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).
0 commit comments