This is an automated email from the ASF dual-hosted git repository.

roiocam pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new edac24d0 Fix typos in reference.conf (#263)
edac24d0 is described below

commit edac24d05056606d7832cdccbd994d15308c7edb
Author: Philippus Baalman <[email protected]>
AuthorDate: Sat Jun 22 15:11:33 2024 +0200

    Fix typos in reference.conf (#263)
---
 management/src/main/resources/reference.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/management/src/main/resources/reference.conf 
b/management/src/main/resources/reference.conf
index 12f86216..3b8ea102 100644
--- a/management/src/main/resources/reference.conf
+++ b/management/src/main/resources/reference.conf
@@ -11,7 +11,7 @@ pekko.management {
   http {
     # The hostname where the HTTP Server for Http Cluster Management will be 
started.
     # This defines the interface to use.
-    # InetAddress.getLocalHost.getHostAddress is used not overriden or empty
+    # InetAddress.getLocalHost.getHostAddress is used not overridden or empty
     hostname = "<hostname>"
 
     # The port where the HTTP Server for Http Cluster Management will be bound.
@@ -74,13 +74,13 @@ pekko.management {
 
   # Health checks for readiness and liveness
   health-checks {
-    # When exposting health checks via Pekko Management, the path to expost 
readiness checks on
+    # When exposing health checks via Pekko Management, the path to expose 
readiness checks on
     readiness-path = "ready"
-    # When exposting health checks via Pekko Management, the path to expost 
readiness checks on
+    # When exposing health checks via Pekko Management, the path to expose 
readiness checks on
     liveness-path = "alive"
     # All readiness checks are executed in parallel and given this long before 
the check is timed out
     check-timeout = 1s
-    # Add readiness and liveness checks to the below config objects with the 
synax:
+    # Add readiness and liveness checks to the below config objects with the 
syntax:
     #
     # name = "FQCN"
     #


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to