Skip to content

Commit f073fec

Browse files
authored
Apply suggestions from code review
1 parent b881d22 commit f073fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/aspnetcompiler-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `AspNetCompiler` task wraps *aspnet_compiler.exe*, a utility to precompile A
2323

2424
## Task parameters
2525

26-
The following table describes the parameters of the `AspNetCompiler` task:
26+
The following table describes the parameters of the `AspNetCompiler` task.
2727

2828
|Parameter|Description|
2929
|---------------|-----------------|
@@ -46,7 +46,7 @@ The following table describes the parameters of the `AspNetCompiler` task:
4646

4747
## Example
4848

49-
The following code example uses the `AspNetCompiler` task to precompile an ASP.NET application:
49+
The following code example uses the `AspNetCompiler` task to precompile an ASP.NET application.
5050

5151
```xml
5252
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

0 commit comments

Comments
 (0)