From 3cb3416229114db1bd575e42120f64150b25d4c5 Mon Sep 17 00:00:00 2001 From: AlexicaWright <49636617+AlexicaWright@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:40:15 +0100 Subject: [PATCH] fixed typo --- modules/ROOT/pages/actions/result-format.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ROOT/pages/actions/result-format.adoc b/modules/ROOT/pages/actions/result-format.adoc index fc075bc..190921e 100644 --- a/modules/ROOT/pages/actions/result-format.adoc +++ b/modules/ROOT/pages/actions/result-format.adoc @@ -94,7 +94,7 @@ This format can be returned when adding `application/vnd.neo4j.jolt` to the requ === Line delimited and Sequenced 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. -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. +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. === Strict and sparse @@ -371,4 +371,3 @@ will yield the following result response: ---- Results sets will be returned in the same order as passed in the original request. -