From 4e51ad203434613b95bbf77662fcff8f9ad91d1d Mon Sep 17 00:00:00 2001 From: Dirk Gadsden Date: Sat, 21 Jun 2014 09:47:14 -0400 Subject: [PATCH] Fix 451 summary to conform to style --- codes/4.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codes/4.json b/codes/4.json index a0c89ab..2ffdd96 100644 --- a/codes/4.json +++ b/codes/4.json @@ -547,7 +547,7 @@ "451":{ "code":"451", "title":"Wrong Exchange server", - "summary":"The server cannot reach the client's mailbox.", + "summary":"the server cannot reach the client's mailbox", "descriptions":{ "MS-ASHTTP":{ "body":"If the client is attempting to connect to the wrong server (that is, a server that cannot access the user's mailbox), or if there is a more efficient server to use to reach the user's mailbox, then a 451 Redirect error is returned.", @@ -567,4 +567,4 @@ } } } -} \ No newline at end of file +}