This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 399bbddd6a doc: Fix typo
399bbddd6a is described below
commit 399bbddd6a4d89549b0d94c65f37a720c18c91cb
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 12 17:56:59 2025 +0100
doc: Fix typo
---
oak-doc/src/site/markdown/nodestore/compositens.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-doc/src/site/markdown/nodestore/compositens.md
b/oak-doc/src/site/markdown/nodestore/compositens.md
index 83f2e89d26..9e45598b68 100644
--- a/oak-doc/src/site/markdown/nodestore/compositens.md
+++ b/oak-doc/src/site/markdown/nodestore/compositens.md
@@ -91,4 +91,4 @@ read-only status is surfaced via `Session.hasCapability`. See
[OAK-6563][OAK-656
## Bootstrapping
-In order to bootstrap/initialize the NodeStore which later is used as
non-default mount, one needs to start Oak without the Composite NodeStore
first. Only then it is possible to populate the NodeStore later acting as
non-default mount (as only then it one can write to it).
+In order to bootstrap/initialize the NodeStore which later is used as
non-default mount, one needs to start Oak without the Composite NodeStore
first. Only then it is possible to populate the NodeStore later acting as
non-default mount (as only then one can write to it).