minor clean up (#4431)

pull/4434/head
Rick Anderson 2017-09-27 16:57:49 -07:00 committed by GitHub
parent c9700299d1
commit 9274682b77
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
title: Working with static files in ASP.NET Core
author: rick-anderson
description: Working with Static Files
description: Working with static files on ASP.NET Core
keywords: ASP.NET Core,static files,static assets,HTML,CSS,JavaScript
ms.author: riande
manager: wpickett
@ -13,7 +13,8 @@ ms.prod: asp.net-core
uid: fundamentals/static-files
ms.custom: H1Hack27Feb2017
---
# Introduction to working with static files in ASP.NET Core
# Working with static files in ASP.NET Core
<a name=fundamentals-static-files></a>