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

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


The following commit(s) were added to refs/heads/1.2.x by this push:
     new a2d8784a docs: fix typos (#675) (#676)
a2d8784a is described below

commit a2d8784ae7b3fa4d0a9c679867393e62125efc1d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 5 14:43:21 2026 +0100

    docs: fix typos (#675) (#676)
    
    * docs: fix typo
    
    * Update migration.md
    
    * branch names
---
 docs/src/main/paradox/bootstrap/index.md   | 4 ++--
 docs/src/main/paradox/bootstrap/recipes.md | 2 +-
 docs/src/main/paradox/discovery/aws.md     | 4 ++--
 docs/src/main/paradox/migration.md         | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/src/main/paradox/bootstrap/index.md 
b/docs/src/main/paradox/bootstrap/index.md
index 30953dd9..c1515fc3 100644
--- a/docs/src/main/paradox/bootstrap/index.md
+++ b/docs/src/main/paradox/bootstrap/index.md
@@ -100,12 +100,12 @@ Scala
 Java
 :  @@snip 
[CompileOnly.java](/management-cluster-bootstrap/src/test/java/jdoc/org/apache/pekko/management/cluster/bootstrap/ClusterBootstrapCompileOnly.java)
 { #start }
 
-`PekkoManagment().start()` will return a 
@Scala[`Future`]@Java[`CompletionStage`] that will fail if management cannot be 
started. It is 
+`PekkoManagement().start()` will return a 
@Scala[`Future`]@Java[`CompletionStage`] that will fail if management cannot be 
started. It is 
 a good idea to act on such a failure, for example by logging an error and 
terminating the actor system.
 
 Ensure that `seed-nodes` is not present in configuration and that either 
autoloading through config or `start()` is called on every node.
 
-The following configuration is required, more details for each and additional 
configuration can be found in 
[reference.conf](https://github.com/apache/pekko-management/blob/master/cluster-bootstrap/src/main/resources/reference.conf):
+The following configuration is required, more details for each and additional 
configuration can be found in 
[reference.conf](https://github.com/apache/pekko-management/blob/main/cluster-bootstrap/src/main/resources/reference.conf):
 
 * `pekko.management.cluster.bootstrap.contact-point-discovery.service-name`: a 
unique name in the deployment environment for this cluster
   instance which is used to lookup peers in service discovery. If unset, it 
will be derived from the `ActorSystem` name.
diff --git a/docs/src/main/paradox/bootstrap/recipes.md 
b/docs/src/main/paradox/bootstrap/recipes.md
index 72c52202..c0bc5067 100644
--- a/docs/src/main/paradox/bootstrap/recipes.md
+++ b/docs/src/main/paradox/bootstrap/recipes.md
@@ -1,6 +1,6 @@
 # Bootstrap environments
 
-A set of integration tests projects can be found in [integration-test folder 
of the Pekko Management 
project](https://github.com/apache/pekko-management/tree/master/integration-test).
+A set of integration tests projects can be found in [integration-test folder 
of the Pekko Management 
project](https://github.com/apache/pekko-management/tree/main/integration-test).
 These test various Pekko management features together in various environments 
such as Kubernetes.
 
 The following samples exist as standalone projects for Apache Pekko as a 
starting point:
diff --git a/docs/src/main/paradox/discovery/aws.md 
b/docs/src/main/paradox/discovery/aws.md
index 8f7ce917..6e6868d5 100644
--- a/docs/src/main/paradox/discovery/aws.md
+++ b/docs/src/main/paradox/discovery/aws.md
@@ -138,7 +138,7 @@ setting `pekko.discovery.aws-api-ec2-tag-based.tag-key` to 
something else.
 
 Demo:
 
-* A working demo app is available in the 
[integration-test](https://github.com/apache/pekko-management/tree/master/integration-test/aws-api-ec2)
+* A working demo app is available in the 
[integration-test](https://github.com/apache/pekko-management/tree/main/integration-test/aws-api-ec2)
 folder.
 
 
@@ -306,7 +306,7 @@ Notes:
 Demo:
 
 * A working demo app is available in the
-  
[integration-test](https://github.com/apache/pekko-management/tree/master/integration-test/aws-api-ecs)
+  
[integration-test](https://github.com/apache/pekko-management/tree/main/integration-test/aws-api-ecs)
   folder. It includes CloudFormation templates with minimal permissions w.r.t 
to
   IAM policies and security group ingress, and so is a good starting point for
   any deployment that integrates the
diff --git a/docs/src/main/paradox/migration.md 
b/docs/src/main/paradox/migration.md
index 25d3cf71..e693d8a0 100644
--- a/docs/src/main/paradox/migration.md
+++ b/docs/src/main/paradox/migration.md
@@ -16,7 +16,7 @@ The CRD has been adapted for Pekko.
 
 For all your namespaces remove the leases
 ```
-kubectl delete leases.akka.io --all -n <YOUR NAMSPACE>
+kubectl delete leases.akka.io --all -n <YOUR NAMESPACE>
 ```
 
 And RBAC


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

Reply via email to