Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 998a9fd

Browse files
authored
Fix spelling
1 parent 68d0783 commit 998a9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void OnException(ExceptionContext context)
3939
{
4040
var json = new JsonErrorResponse
4141
{
42-
Messages = new[] { "An error ocurr.Try it again." }
42+
Messages = new[] { "An error ocurred." }
4343
};
4444

4545
if (env.IsDevelopment())

0 commit comments

Comments
 (0)