From b1f32f4dcfb85bdcf1effd340ef17cd81836782b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Reichardt?= Date: Tue, 30 Jan 2024 16:06:50 +0100 Subject: [PATCH] Fix cypher -> Cypher --- .../ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc b/doc/modules/ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc index 6520907324..cb132257cf 100644 --- a/doc/modules/ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc +++ b/doc/modules/ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc @@ -7,7 +7,7 @@ -- Running Cypher queries on an in-memory graph is deprecated and will be removed starting from version 2.7. Due to low adoption and high maintenance costs of this feature there is no replacement planned. -If you want to run cypher queries on an in-memory graph the recommended way is to write back data to Neo4j and run Cypher queries on the database. +If you want to run Cypher queries on an in-memory graph the recommended way is to write back data to Neo4j and run Cypher queries on the database. -- include::partial$/operations-reference/alpha-note.adoc[]