This is an automated email from the ASF dual-hosted git repository.
tflobbe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new a9d0328dcde Fix ref guide typo
a9d0328dcde is described below
commit a9d0328dcde481520952f10222c77c133c7555a3
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]