Skip to content

Commit

Permalink
fix typo (#2708) (#2764) (#2765) (#2766)
Browse files Browse the repository at this point in the history
"heigth" to "height"

Co-authored-by: minauteur <[email protected]>
  • Loading branch information
neo4j-oss-build and minauteur authored Apr 20, 2022
1 parent 6beba18 commit 111b357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/modules/ROOT/pages/export/csv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Labels exported are ordered alphabetically.
The output of `labels()` function is not sorted, use it in combination with `apoc.coll.sort()`.

Note that, to perform a correct Point serialization, it is not recommended to export a point with coordinates x,y and crs: 'wgs-84',
for example `point({x: 56.7, y: 12.78, crs: 'wgs-84'})`. Otherwise, the point will be exported with longitude and latitude (and heigth) instead of x and y (and z)
for example `point({x: 56.7, y: 12.78, crs: 'wgs-84'})`. Otherwise, the point will be exported with longitude and latitude (and height) instead of x and y (and z)


// tag::export.csv[]
Expand Down

0 comments on commit 111b357

Please sign in to comment.