This is an automated email from the ASF dual-hosted git repository.
tflobbe pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 22464ce3df2 Fix ref guide typo
22464ce3df2 is described below
commit 22464ce3df2dae25ca9067a9cd5698ad19cd1672
Author: Tomas Fernandez Lobbe <[email protected]>
AuthorDate: Fri Dec 1 11:27:36 2023 -0800
Fix ref guide typo
---
.../modules/deployment-guide/pages/collection-management.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
index 63da9c86e80..d1abf465394 100644
---
a/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
+++
b/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
@@ -1710,7 +1710,7 @@ Valid options are `copy-files` (which backs up both the
collection configset and
|Optional |Default: none
|===
+
-The name of a the collection "snapshot" to create a backup from.
+The name of the collection "snapshot" to create a backup from.
If not provided, Solr will create the backup from the current collection state
(instead of a previous snapshotted state).
[example.tab-pane#backup-response-incremental]