From 0a7d81038e4abb431af3b1b08911e6a507ca10c5 Mon Sep 17 00:00:00 2001 From: Justin <31854768+js8080@users.noreply.github.com> Date: Fri, 31 Aug 2018 12:20:13 -0500 Subject: [PATCH] Update requestid.rst (#587) fixing a typo --- docs/features/requestid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/requestid.rst b/docs/features/requestid.rst index 37752eda..56c97b29 100644 --- a/docs/features/requestid.rst +++ b/docs/features/requestid.rst @@ -8,7 +8,7 @@ Ocelot will also forward the request id with the specified header to the downstr You can still get the asp.net core request id in the logs if you set IncludeScopes true in your logging config. -In order to use the reques tid feature you have two options. +In order to use the request id feature you have two options. *Global*