Skip to content

Commit 7a2defc

Browse files
committed
Fix typo
1 parent e28d0ec commit 7a2defc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,11 +2214,11 @@ m|+++UTC+++
22142214
|Description
22152215
a|Databases may be created from an existing _seed_ (a database backup or dump) stored at some source URI.
22162216
Different types of seed source are supported by different implementations of `com.neo4j.dbms.seeding.SeedProvider`.
2217-
There following values are available, `CloudSeedProvider`, `S3SeedProvider`, `FileSeedProvider` and `URLConnectionSeedProvider`.
2217+
The following values are available, `CloudSeedProvider`, `S3SeedProvider`, `FileSeedProvider` and `URLConnectionSeedProvider`.
22182218
Seeds addressed with `s3` are supported by `S3SeedProvider`.
22192219
Seeds addressed with `s3`, `azb`, `gs` are supported by `CloudSeedProvider`.
22202220
Seeds addressed with `ftp`,`http`, and `https` URIs are supported by `URLConnectionSeedProvider`.
2221-
Seed addressed with `file` are supported by `FileSeedProvider`.
2221+
Seeds addressed with `file` are supported by `FileSeedProvider`.
22222222
This list specifies enabled seed providers.
22232223
If a seed source (URI scheme) is supported by multiple providers in the list, the first matching provider will be used.
22242224
If the list is set to empty, the seed from URI functionality is effectively disabled.

0 commit comments

Comments
 (0)