From 16d9cb4799457ac246193cb5b6162f41c88f3f08 Mon Sep 17 00:00:00 2001 From: Michael DePouw Date: Mon, 30 Oct 2017 12:01:46 -0400 Subject: [PATCH] fix page title (#4666) * fix page title make it Proper case and remove period in the title * Update authenticated-encryption-details.md --- .../implementation/authenticated-encryption-details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/data-protection/implementation/authenticated-encryption-details.md b/aspnetcore/security/data-protection/implementation/authenticated-encryption-details.md index ceff18b9c7..9d37c0624d 100644 --- a/aspnetcore/security/data-protection/implementation/authenticated-encryption-details.md +++ b/aspnetcore/security/data-protection/implementation/authenticated-encryption-details.md @@ -1,5 +1,5 @@ --- -title: Authenticated encryption details. +title: Authenticated encryption details author: rick-anderson description: keywords: ASP.NET Core, @@ -12,7 +12,7 @@ ms.technology: aspnet ms.prod: asp.net-core uid: security/data-protection/implementation/authenticated-encryption-details --- -# Authenticated encryption details. +# Authenticated encryption details