From c228dae71159028ad9141e7c9cfdce4c5f3f847b Mon Sep 17 00:00:00 2001 From: Mordechai Zuber Date: Wed, 14 Oct 2015 08:46:40 +0300 Subject: [PATCH] Correct grammer --- aspnet/dnx/projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/dnx/projects.rst b/aspnet/dnx/projects.rst index c329ca2f2f..536d8ccca6 100644 --- a/aspnet/dnx/projects.rst +++ b/aspnet/dnx/projects.rst @@ -399,7 +399,7 @@ The most common sections that you will see for including and excluding files are * The *publishExclude* section allows you to exclude files from the publish output of your project. In this example, all *.xproj*, *.user*, and *.vspscc* files from the output of the publish command. -.. note:: Most sections of the *project.json* file that deal with files allow `glob patterns `_, which often called wildcards. +.. note:: Most sections of the *project.json* file that deal with files allow `glob patterns `_, which are often called wildcards. List of include/exclude properties ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^