This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8d273f644c7 Grammar/typo fix in Subscription Mode section (#1120)
8d273f644c7 is described below
commit 8d273f644c7eeab676757dcd9614db7050f36c28
Author: Samuel Jonsson <[email protected]>
AuthorDate: Tue Apr 21 18:45:43 2026 +0200
Grammar/typo fix in Subscription Mode section (#1120)
---
docs/concepts-messaging.md | 4 ++--
versioned_docs/version-4.0.x/concepts-messaging.md | 4 ++--
versioned_docs/version-4.2.x/concepts-messaging.md | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/concepts-messaging.md b/docs/concepts-messaging.md
index 03939248676..b5e4757a363 100644
--- a/docs/concepts-messaging.md
+++ b/docs/concepts-messaging.md
@@ -1083,11 +1083,11 @@ When you use Key_Shared subscriptions, be aware that:
#### What is a subscription mode
-The subscription mode indicates the cursor belongs to durable type or
non-durable type.
+The subscription mode indicates whether the cursor belongs to durable type or
non-durable type.
- When a subscription is created, an associated cursor is created to record
the last consumed position.
-- When a consumer of the subscription restarts, it can continue consuming from
the last message it consumes.
+- When a consumer of the subscription restarts, it can continue consuming from
the last message it consumed.
| Subscription mode | Description
| Note
|
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
diff --git a/versioned_docs/version-4.0.x/concepts-messaging.md
b/versioned_docs/version-4.0.x/concepts-messaging.md
index bcc213ce599..79f4a042ff6 100644
--- a/versioned_docs/version-4.0.x/concepts-messaging.md
+++ b/versioned_docs/version-4.0.x/concepts-messaging.md
@@ -1081,11 +1081,11 @@ When you use Key_Shared subscriptions, be aware that:
#### What is a subscription mode
-The subscription mode indicates the cursor belongs to durable type or
non-durable type.
+The subscription mode indicates whether the cursor belongs to durable type or
non-durable type.
- When a subscription is created, an associated cursor is created to record
the last consumed position.
-- When a consumer of the subscription restarts, it can continue consuming from
the last message it consumes.
+- When a consumer of the subscription restarts, it can continue consuming from
the last message it consumed.
| Subscription mode | Description
| Note
|
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
diff --git a/versioned_docs/version-4.2.x/concepts-messaging.md
b/versioned_docs/version-4.2.x/concepts-messaging.md
index 03939248676..b5e4757a363 100644
--- a/versioned_docs/version-4.2.x/concepts-messaging.md
+++ b/versioned_docs/version-4.2.x/concepts-messaging.md
@@ -1083,11 +1083,11 @@ When you use Key_Shared subscriptions, be aware that:
#### What is a subscription mode
-The subscription mode indicates the cursor belongs to durable type or
non-durable type.
+The subscription mode indicates whether the cursor belongs to durable type or
non-durable type.
- When a subscription is created, an associated cursor is created to record
the last consumed position.
-- When a consumer of the subscription restarts, it can continue consuming from
the last message it consumes.
+- When a consumer of the subscription restarts, it can continue consuming from
the last message it consumed.
| Subscription mode | Description
| Note
|
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|