Skip to content

Commit 4197ba3

Browse files
authored
Merge pull request #5214 from nvitucci/master
Fix typo in additional-config-parameters
2 parents 91eff2e + 4246b0b commit 4197ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/asciidoc/installation/additional-config-parameters.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The following features require such additional configuration:
88

99
== Graph export
1010

11-
Exporting <<catalog-graph-export-csv, graphs to CSV>> files requires the configuration parameter `gds.export.location` to be set to the absolut path to the folder in which exported graphs will be stored.
11+
Exporting <<catalog-graph-export-csv, graphs to CSV>> files requires the configuration parameter `gds.export.location` to be set to the absolute path to the folder in which exported graphs will be stored.
1212
This directory has to be writable by the Neo4j process.
1313

1414

1515
== Model persistence
1616

17-
The <<model-catalog-store-ops, model persistence feature>> requires the configuration parameter `gds.model.store_location` to be set to the absolut path to the folder in which the models will be stored.
18-
This directory has to be writable by the Neo4j process.
17+
The <<model-catalog-store-ops, model persistence feature>> requires the configuration parameter `gds.model.store_location` to be set to the absolute path to the folder in which the models will be stored.
18+
This directory has to be writable by the Neo4j process.

0 commit comments

Comments
 (0)