From 998a9fdc9baa8ba9fc2ea2b90cefe310bfbad09b Mon Sep 17 00:00:00 2001 From: "Kasper B. Graversen" Date: Wed, 21 Feb 2018 10:53:37 +0100 Subject: [PATCH] Fix spelling --- .../Infrastructure/Filters/HttpGlobalExceptionFilter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs b/src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs index e618d3eed..41d3f08e1 100644 --- a/src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs +++ b/src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs @@ -39,7 +39,7 @@ namespace Catalog.API.Infrastructure.Filters { var json = new JsonErrorResponse { - Messages = new[] { "An error ocurr.Try it again." } + Messages = new[] { "An error ocurred." } }; if (env.IsDevelopment())