Skip to content

Commit 4cb5e91

Browse files
Merge pull request #20 from AlexicaWright/4.4-cherry-pick-18
fixed typo
2 parents af467f0 + 536df98 commit 4cb5e91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/actions/result-format.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This format can be returned when adding `application/vnd.neo4j.jolt` to the requ
9494
=== Line delimited and Sequenced
9595

9696
Jolt may be returned in either line feed delimited or JSON sequencefootnote:[JSON Sequences are encoded as outlined in link:https://tools.ietf.org/html/rfc7464#section-2.2[RFC 7464].] mode.
97-
The formats are made available via the `application/vnd.neo4j.jolt` and `application/vnd.neo4j.jolt+json+seq` types which may be passed to the request's `Accept` header respectively.
97+
The formats are made available via the `application/vnd.neo4j.jolt` and `application/vnd.neo4j.jolt+json-seq` types which may be passed to the request's `Accept` header respectively.
9898

9999

100100
=== Strict and sparse
@@ -371,4 +371,3 @@ will yield the following result response:
371371
----
372372

373373
Results sets will be returned in the same order as passed in the original request.
374-

0 commit comments

Comments
 (0)