Skip to content

Commit

Permalink
title to sentence case (#2588)
Browse files Browse the repository at this point in the history
* title to sentence case

* Address comments
  • Loading branch information
spboyer authored and tdykstra committed Jan 23, 2017
1 parent ecd3b84 commit 801a6d9
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion aspnetcore/client-side/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.assetid: a8fb7eb7-e0e5-4394-84f3-1f1dbe0ba2e4
ms.technology: aspnet
ms.prod: aspnet-core
---
# Client-Side Development
# Client-Side development

- [Using Gulp](using-gulp.md)
- [Using Grunt](using-grunt.md)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/data/entity-framework-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: data/entity-framework-6
---
# Getting Started with ASP.NET Core and Entity Framework 6
# Getting started with ASP.NET Core and Entity Framework 6

By [Paweł Grudzień](https://github.com/pgrudzien12), [Damien Pontifex](https://github.com/DamienPontifex), and [Tom Dykstra](https://github.com/tdykstra)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: fundamentals/environments
---
# Working with Multiple Environments
# Working with multiple environments

By [Steve Smith](http://ardalis.com)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/aspnet-core-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: hosting/aspnet-core-module
---
# ASP.NET Core Module Configuration Reference
# ASP.NET Core Module configuration reference

By [Luke Latham](https://github.com/GuardRex), [Rick Anderson](https://twitter.com/RickAndMSFT) and [Sourabh Shirhatti](https://twitter.com/sshirhatti)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/dataprotection.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: hosting/dataprotection
---
# Data Protection
# Data protection

<a name=dataprotection></a>

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/hosting/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: hosting/directory-structure
---
# Directory Structure
# Directory structure

<a name=directory-structure></a>

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/performance/caching/distributed.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: performance/caching/distributed
---
# Working with a Distributed Cache
# Working with a distributed cache

By [Steve Smith](http://ardalis.com)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/performance/measuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: performance/measuring
---
# 🔧 Measuring Application Performance
# 🔧 Measuring application performance

> [!NOTE]
> We are currently working on this topic.We welcome your input to help shape the scope and approach. You can track the status and provide input on this [issue](https://github.com/aspnet/Docs/issues/100) at GitHub.If you would like to review early drafts and outlines of this topic, please leave a note with your contact information in the [issue](https://github.com/aspnet/Docs/issues/100).Learn more about how you can [contribute](https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md) on GitHub.
2 changes: 1 addition & 1 deletion aspnetcore/publishing/apache-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: publishing/apache-proxy
---
# Using Apache Web Server as a reverse proxy
# Using Apache web server as a reverse proxy

By [Shayne Boyer](https://www.github.com/spboyer)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/publishing/azure-continuous-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: publishing/azure-continuous-deployment
---
# Publishing to an Azure Web App with Continuous Deployment
# Publishing to an Azure Web App with continuous deployment

By [Erik Reitan](https://github.com/Erikre)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/publishing/web-publishing-vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: publishing/web-publishing-vs
---
# How Web Publishing In Visual Studio Works
# How web publishing in Visual Studio works

By [Sayed Ibrahim Hashimi](https://github.com/sayedihashimi)

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/security/authentication/accconfirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: security/authentication/accconfirm
---
# Account Confirmation and Password Recovery
# Account confirmation and password recovery

>[!WARNING]
> This page documents version 1.0.0-rc2 and has not yet been updated for version 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: security/data-protection/configuration/non-di-scenarios
---
# Non DI Aware Scenarios
# Non DI aware scenarios

The data protection system is normally designed [to be added to a service container](../consumer-apis/overview.md) and to be provided to dependent components via a DI mechanism. However, there may be some cases where this is not feasible, especially when importing the system into an existing application.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: security/data-protection/configuration/overview
---
# Configuring Data Protection
# Configuring data protection

<a name=data-protection-configuring></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: security/data-protection/consumer-apis/overview
---
# Consumer APIs Overview
# Consumer APIs overview

The IDataProtectionProvider and IDataProtector interfaces are the basic interfaces through which consumers use the data protection system. They are located in the Microsoft.AspNetCore.DataProtection.Interfaces package.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: security/data-protection/implementation/key-immutability
---
# Key Immutability and Changing Settings
# Key Immutability and changing settings

Once an object is persisted to the backing store, its representation is forever fixed. New data can be added to the backing store, but existing data can never be mutated. The primary purpose of this behavior is to prevent data corruption.

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/security/open-redirect.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: security/open-redirect
---
# 🔧 Preventing Open Redirect Attacks
# 🔧 Preventing open redirect attacks

> [!NOTE]
> We are currently working on this topic.We welcome your input to help shape the scope and approach. You can track the status and provide input on this [issue](https://github.com/aspnet/Docs/issues/92) at GitHub.If you would like to review early drafts and outlines of this topic, please leave a note with your contact information in the [issue](https://github.com/aspnet/Docs/issues/92).Learn more about how you can [contribute](https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md) on GitHub.
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: aspnet-core
uid: tutorials/first-mvc-app/validation
---
# Adding Validation
# Adding validation

By [Rick Anderson](https://twitter.com/RickAndMSFT)

Expand Down

0 comments on commit 801a6d9

Please sign in to comment.