Fix spelling

This commit is contained in:
Kasper B. Graversen 2018-02-21 10:53:37 +01:00 committed by GitHub
parent 68d0783070
commit 998a9fdc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ namespace Catalog.API.Infrastructure.Filters
{ {
var json = new JsonErrorResponse var json = new JsonErrorResponse
{ {
Messages = new[] { "An error ocurr.Try it again." } Messages = new[] { "An error ocurred." }
}; };
if (env.IsDevelopment()) if (env.IsDevelopment())