Skip to content

Commit 7ea988e

Browse files
authored
Fix typos identified by IntelliJ (#137)
1 parent cae0798 commit 7ea988e

7 files changed

+9
-9
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For example, if you are releasing version 5.1, create a new release branch named
4747
+
4848
IMPORTANT: If you are creating a branch for a beta release, do not remove this field.
4949

50-
. When you are ready to release, create a maintentance branch (`v/<version>`) from the release branch.
50+
. When you are ready to release, create a maintenance branch (`v/<version>`) from the release branch.
5151
+
5252
NOTE: As soon as you push the maintenance branch to the repository, GitHub will trigger a new build of the site, which will include your new content.
5353

antora-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ asciidoc:
2020
attributes:
2121
# Download images from kroki at build time (does not work for inline images)
2222
kroki-fetch-diagram: true
23-
# Inlude next and previous links on each page
23+
# Include next and previous links on each page
2424
page-pagination: true
2525
idprefix: ''
2626
# Separate anchor link names by dashes

check-links-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ asciidoc:
148148
attributes:
149149
# Download images from kroki at build time (does not work for inline images)
150150
kroki-fetch-diagram: true
151-
# Inlude next and previous links on each page
151+
# Include next and previous links on each page
152152
page-pagination: true
153153
idprefix: ''
154154
# Separate anchor link names by dashes

docs/modules/ROOT/pages/advanced-networking.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Advanced Network Configuration
22

3-
In Hazelcast, you can configure the Hazelcast members with separate server sockets using a different network configuration for different protocols. It is called link:https://docs.hazelcast.com/hazelcast/latest/clusters/network-configuration#advanced-network-configuration[ Advanced Network] and support Member, Client, REST, Memcache and WAN protocols.
3+
In Hazelcast, you can configure the Hazelcast members with separate server sockets using a different network configuration for different protocols. It is called link:https://docs.hazelcast.com/hazelcast/latest/clusters/network-configuration#advanced-network-configuration[Advanced Network] and support Member, Client, REST, Memcache and WAN protocols.
44

55
In the Hazelcast Platform Operator, advanced networking configuration is enabled by default and REST and Client protocols are already configured:
66

@@ -28,6 +28,6 @@ The following example shows an example configuration for configuring WAN sockets
2828
include::ROOT:example$/advanced-networking-wan.yaml[]
2929
----
3030

31-
Possible values for `serviceType` are: `ClusterIP` and `LoadBalancer`. After applying this example configuration, there will be 1 service created with type of `LoadBalancer` which exposes 5 ports: `5710`, `5711`, `5712`, `5713`, `5714`. If you don't provide a `serviceType`, it will be set to `LoadBalancer` by default.
31+
Possible values for `serviceType` are: `ClusterIP` and `LoadBalancer`. After applying this example configuration, there will be 1 service created with a type of `LoadBalancer` which exposes 5 ports: `5710`, `5711`, `5712`, `5713`, `5714`. If you don't provide a `serviceType`, it will be set to `LoadBalancer` by default.
3232

3333
NOTE: In case WAN Replication configuration is not provided in `advancedNetwork` configuration, port number `5710` will be configured for WAN Replication by default.

docs/modules/ROOT/pages/backup-restore.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ To recover a cluster that has Persistence enabled after a cluster-wide restart,
254254

255255
WARNING: The cluster loses all persisted data after a force-start.
256256

257-
WARNING: The cluster loses some persistend data after a partial-start.
257+
WARNING: The cluster loses some persistent data after a partial-start.
258258

259259
To trigger the cluster recover action set the `startupAction`:
260260

docs/modules/ROOT/pages/custom-config.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
- name: service3
8686
```
8787

88-
The configuration from the Hazelcat CR and the Custom Config will be merged into one structure that will be used as the Hazelcasat member configuration.
88+
The configuration from the Hazelcast CR and the Custom Config will be merged into one structure that will be used as the Hazelcast member configuration.
8989
If the same feature is configured with Custom Config `ConfigMap` and in the Hazelcast CR, the configuration from the Hazelcast CR will take precedence and will override the one from the Custom Config.
9090

9191
== Cautions and limitations

docs/modules/ROOT/pages/serialization-configuration.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
With the Hazelcast Platform Operator you can configure Hazelcast Serialization using the Hazelcast CR. To understand the Hazelcast Serialization, refer to xref:hazelcast:serialization:serialization.adoc[Platform documentation].
77

8-
You can find more detailed information on configuration of Serializartion in xref:api-ref.adoc#serializationconfig[API Reference] page.
8+
You can find more detailed information on configuration of Serialization in xref:api-ref.adoc#serializationconfig[API Reference] page.
99

1010
== Configuring Custom Serialization
1111

12-
To register custom serializers, you need to define the list of serizalizers and types in the `serializers` section. The following configuration will register two custom serializers.
12+
To register custom serializers, you need to define the list of serializers and types in the `serializers` section. The following configuration will register two custom serializers.
1313

1414
.Custom serializers example configuration
1515
[source,yaml,subs="attributes+"]

0 commit comments

Comments
 (0)