From 3c580e3d9658a2509ef1a0c621e5fb772851289e Mon Sep 17 00:00:00 2001 From: Vincent Lefebvre Date: Thu, 7 Mar 2019 21:18:59 -0500 Subject: [PATCH] Update qualityofservice.rst (#801) Tiny typo --- docs/features/qualityofservice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/qualityofservice.rst b/docs/features/qualityofservice.rst index fc3770ed..512ffaad 100644 --- a/docs/features/qualityofservice.rst +++ b/docs/features/qualityofservice.rst @@ -5,7 +5,7 @@ Ocelot supports one QoS capability at the current time. You can set on a per ReR want to use a circuit breaker when making requests to a downstream service. This uses an awesome .NET library called Polly check them out `here `_. -The first thing you need to do if you want to use the administration API is bring in the relavent NuGet package.. +The first thing you need to do if you want to use the administration API is bring in the relevant NuGet package.. ``Install-Package Ocelot.Provider.Polly``