Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 818404a

Browse files
committed
Fixed Typos in README
1 parent 3f4dab6 commit 818404a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ gulp.task("default", function() {
6969

7070
#### targets
7171

72-
> Specifiy Build Targets
72+
> Specify Build Targets
7373
7474
**Default:**
7575
```javascript
@@ -78,7 +78,7 @@ gulp.task("default", function() {
7878

7979
#### configuration
8080

81-
> Specifiy Build Configuration (Release or Debug)
81+
> Specify Build Configuration (Release or Debug)
8282
8383
**Default:** Release
8484

@@ -89,15 +89,15 @@ properties: { Configuration: 'Debug' }
8989

9090
#### toolsVersion
9191

92-
> Specifiy the .NET Tools-Version
92+
> Specify the .NET Tools-Version
9393
9494
**Default:** 4.0
9595

9696
**Possible Values:** 1.0, 1.1, 2.0, 3.5, 4.0
9797

9898
#### properties
9999

100-
> Specifiy Custom Build Properties
100+
> Specify Custom Build Properties
101101
102102
**Default:** none
103103

@@ -108,15 +108,15 @@ msbuild({ properties: { WarningLevel: 2 } })
108108

109109
#### verbosity
110110

111-
> Specifiy the Build Verbosity
111+
> Specify the Build Verbosity
112112
113113
**Default:** normal
114114

115115
**Possible Values:** quiet, minimal, normal, detailed, diagnostic
116116

117117
#### maxcpucount
118118

119-
> Specifiy Maximal CPU-Count to use
119+
> Specify Maximal CPU-Count to use
120120
121121
**Default:** 0 = MSBuild Default
122122

0 commit comments

Comments
 (0)