Skip to content

Commit b1f32f4

Browse files
Fix cypher -> Cypher
1 parent dd18627 commit b1f32f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--
88
Running Cypher queries on an in-memory graph is deprecated and will be removed starting from version 2.7.
99
Due to low adoption and high maintenance costs of this feature there is no replacement planned.
10-
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.
10+
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.
1111
--
1212

1313
include::partial$/operations-reference/alpha-note.adoc[]

0 commit comments

Comments
 (0)