From 144fe25c1845a70615e54c96caeb28848f4719e7 Mon Sep 17 00:00:00 2001 From: Andrew Woods Date: Mon, 16 Jan 2017 17:53:03 -0500 Subject: [PATCH] Update execution-and-routing.md Minor grammar edit. --- src/site/markdown/execution-and-routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/execution-and-routing.md b/src/site/markdown/execution-and-routing.md index 50f385d..9998efb 100644 --- a/src/site/markdown/execution-and-routing.md +++ b/src/site/markdown/execution-and-routing.md @@ -68,7 +68,7 @@ This execution engine supports the exposing modality. It operates by proxying a * The HTTP path has the relative portion of the request with respect to the exposed service URI appended to it. * The `Host` header is preserved as the API-X host. * An `Apix-Ldp-Resource` header is added to the request, containing the URI of the resource exposing the service in the Fedora repository. -* An API-X header `Apix-Exposed-Uri` is added to the request containing the URI of the exposed service. A service may use this to as a base URI when formulating a response that contains hypertext or links, but should consider using relative URIs instead. +* An API-X header `Apix-Exposed-Uri` is added to the request containing the URI of the exposed service. A service may use this as a base URI when formulating a response that contains hypertext or links, but should consider using relative URIs instead. * The body and all other headers are preserved. The generic endpoint proxy can implement an extension where [`apix:exposesService`][8] and [`apix:consumesService`][7] are equivalent. It will use a [service instance registry][6] to discover a registered instance of the service indicated by `apix:consumesService`, and proxy the request to that service instance.