From 3a4be2f91c0e0374bd8794a53df256483c01612f Mon Sep 17 00:00:00 2001 From: "Arvin.Z" Date: Wed, 12 Feb 2025 23:31:51 -0800 Subject: [PATCH 1/2] Update brokers-journalspecs.rst Fixed some minor grammatical issues --- docs/brokers-journalspecs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/brokers-journalspecs.rst b/docs/brokers-journalspecs.rst index b29d94d6..8bd1e9bb 100644 --- a/docs/brokers-journalspecs.rst +++ b/docs/brokers-journalspecs.rst @@ -62,10 +62,10 @@ may have been made in the meantime. fragment: ... etc ... -A applied revision value ``-1`` can be used to explicitly signal that the Etcd +An applied revision value ``-1`` can be used to explicitly signal that the Etcd store revision should be ignored. This is helpful when the desired source-of-truth -for a set of JournalSpecs is versioned source control, and where an apply -of those specs should always overwrite any existing Etcd versions. +for a set of JournalSpecs is versioned source control, and applying those specs +should always overwrite any existing Etcd versions. Deleting JournalSpecs ---------------------- From 68baa319f93f0a3f28f5610b7af12204f94b8836 Mon Sep 17 00:00:00 2001 From: "Arvin.Z" Date: Wed, 12 Feb 2025 23:38:25 -0800 Subject: [PATCH 2/2] Update brokers-journalspecs.rst --- docs/brokers-journalspecs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/brokers-journalspecs.rst b/docs/brokers-journalspecs.rst index 8bd1e9bb..aacdbe7b 100644 --- a/docs/brokers-journalspecs.rst +++ b/docs/brokers-journalspecs.rst @@ -63,7 +63,7 @@ may have been made in the meantime. ... etc ... An applied revision value ``-1`` can be used to explicitly signal that the Etcd -store revision should be ignored. This is helpful when the desired source-of-truth +stored revision should be ignored. This is helpful when the desired source-of-truth for a set of JournalSpecs is versioned source control, and applying those specs should always overwrite any existing Etcd versions.